亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? struts-html-el.tld

?? Apache struts-1.3.10 a stable version
?? TLD
?? 第 1 頁 / 共 5 頁
字號:
                under
                the mouse pointer but the pointer is moved inside the element.
            </description>
        </attribute>
        <attribute>
            <name>onmouseup</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                JavaScript event handler executed when this element is under
                the
                mouse pointer and a mouse button is released.
            </description>
        </attribute>
        <attribute>
            <name>property</name>
            <required>true</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                Name of the request parameter that will be included with this
                submission, set to the specified value.
            </description>
        </attribute>
        <attribute>
            <name>style</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>CSS styles to be applied to this HTML element.</p>
            <p>
               <strong>N.B.</strong> If present, the <code>errorStyle</code>
                overrides this attribute in the event of an error for the element.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>styleClass</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>CSS stylesheet class to be applied to this HTML element
                (renders a "class" attribute).</p>
            <p>
               <strong>N.B.</strong> If present, the <code>errorStyleClass</code>
                overrides this attribute in the event of an error for the element.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>styleId</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>Identifier to be assigned to this HTML element (renders
                an "id" attribute).</p>
            <p>
               <strong>N.B.</strong> If present, the <code>errorStyleId</code>
                overrides this attribute in the event of an error for the element.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>tabindex</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                The tab order (ascending positive integers) for this element.
            </description>
        </attribute>
        <attribute>
            <name>title</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The advisory title for this element.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>titleKey</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The message resources key for the advisory title
                  for this element.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>value</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                The value to be transmitted if this checkbox is
                checked when the form is submitted. If not specified,
                the value "on" will be returned.
            </description>
        </attribute>
    </tag>
    <tag>
        <name>errors</name>
        <tag-class>org.apache.strutsel.taglib.html.ELErrorsTag</tag-class>
        <body-content>empty</body-content>
        <description>
            <![CDATA[
            <p><strong>
                Conditionally display a set of accumulated error messages.
                </strong></p>
          <p>Displays a set of error messages prepared by a business
                logic component and stored as an <code>ActionErrors</code>
                object, a String, or a String array in any scope.  If
                such a bean is not found, nothing will be rendered.</p>
         <p>In order to use this tag successfully, you must have
                defined an application scope <code>MessageResources</code>
                bean under the default attribute name, with optional
                definitions of message keys specified in the following
                attributes:</p>
         <ul>
            <li>
               <strong>header</strong> - Text that will be rendered
                before the error messages list.  Typically, this message text
                will end with <code>&lt;ul&gt;</code> to start the
                error messages list (default "errors.header").</li>
            <li>
               <strong>footer</strong> - Text that will be rendered
                after the error messages list.  Typically, this message text
                will begin with <code>&lt;/ul&gt;</code> to end the error
                messages list (default "errors.footer").</li>
            <li>
               <strong>prefix</strong> - Text that will be rendered
                before each individual error in the list (default "errors.prefix").</li>
            <li>
               <strong>suffix</strong> - Text that will be rendered
                after each individual error in the list (default "errors.suffix").</li>
         </ul>
      ]]>
        </description>
        <attribute>
            <name>bundle</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                The servlet context attribute key for the MessageResources
                instance to use. If not specified, defaults to the
                application resources configured for our action servlet.
            </description>
        </attribute>
        <attribute>
            <name>footer</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
                  This value is an optional message resource key that will
                  be printed after the iteration of error messages has finished.
                  Defaults to "errors.footer" if not specified.
                  
            <dl><dt><b>Since:</b></dt>
            <dd>Struts 1.2.5</dd></dl>
          ]]>
            </description>
        </attribute>
        <attribute>
            <name>header</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
                  This value is an optional message resource key that will
                  be printed before the iteration of error messages begins.
                  Defaults to "errors.header" if not specified.
                  
            <dl><dt><b>Since:</b></dt>
            <dd>Struts 1.2.5</dd></dl>
          ]]>
            </description>
        </attribute>
        <attribute>
            <name>locale</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                The session attribute key for the Locale used to select
                messages to be displayed. If not specified, defaults to
                the Struts standard value.
            </description>
        </attribute>
        <attribute>
            <name>name</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
                  Name of the bean (in any scope) under which our error messages
                  have been stored.  If not present, the name specified by the
                  <code>Globals.ERROR_KEY</code>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>prefix</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
                  This value is an optional message resource key that will
                  be printed before an error message.
                  Defaults to "errors.prefix" if not specified.
                  
            <dl><dt><b>Since:</b></dt>
            <dd>Struts 1.2.5</dd></dl>
          ]]>
            </description>
        </attribute>
        <attribute>
            <name>property</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                Name of the property for which error messages should be
                displayed. If not specified, all error messages (regardless
                of property) are displayed.
            </description>
        </attribute>
        <attribute>
            <name>suffix</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
                  This value is an optional message resource key that will
                  be printed after an error message.
                  Defaults to "errors.suffix" if not specified.
                  
            <dl><dt><b>Since:</b></dt>
            <dd>Struts 1.2.5</dd></dl>
          ]]>
            </description>
        </attribute>
    </tag>
    <tag>
        <name>file</name>
        <tag-class>org.apache.strutsel.taglib.html.ELFileTag</tag-class>
        <description>
            <![CDATA[
            <p><strong>
            Render A File Select Input Field
        </strong></p>
          <p>
                Renders an HTML <code>&lt;input&gt;</code> element of type file, defaulting to
                the specified value or the specified property of the bean
                associated with our current form. This tag is only valid when
                nested inside a form tag body.
            </p>
         <p>
                As with the corresponding HTML <code>&lt;input&gt;</code> element, the
                enclosing form element must specify "POST" for the <code>method</code>
                attribute, and "multipart/form-data" for the <code>enctype</code>
                attribute. For example:
            </p>
         <pre>
    &lt;html:form method="POST" enctype="multipart/form-data">
        &lt;html:file property="theFile" />
    &lt;/html:form></pre>
         <p>
            WARNING: In order to correctly recognize uploaded files, the ActionForm bean
            associated with this form must include a statement setting the corresponding
            org.apache.struts.upload.FormFile property to null in the reset() method.
            </p>
      ]]>
        </description>
        <attribute>
            <name>accesskey</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                The keyboard character used to move focus immediately to this
                element.
            </description>
        </attribute>
        <attribute>
            <name>accept</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                Comma-delimited set of content types that the server you
                submit to
                knows how to process. This list can be used by the client
                browser
                to limit the set of file options that is made available for
                selection.
                If not specified, no content type list will be sent.
            </description>
        </attribute>
        <attribute>
            <name>alt</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The alternate text for this element.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>altKey</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The message resources key of the alternate text for this
                element.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>bundle</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
                    The servlet context attributes key for the MessageResources
                    instance to use.  If not specified, defaults to the
                    application resources configured for our action servlet.
                
            <dl><dt><b>Since:</b></dt>
            <dd>Struts 1.2.5</dd></dl>
          ]]>
            </description>
        </attribute>
        <attribute>
            <name>dir</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
                <p>The direction for weak/neutral text for this element.</p>
                <dl><dt><b>Since:</b></dt>
                <dd>Struts 1.3.6</dd></dl>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲影视资源网| 欧美日韩国产高清一区二区三区 | 理论片日本一区| 亚洲欧美色图小说| 国产婷婷色一区二区三区在线| 欧美亚洲自拍偷拍| 久久99热这里只有精品| 亚洲一级二级三级在线免费观看| 国产精品每日更新| 日韩欧美一级二级三级久久久 | 国产校园另类小说区| 日韩一区二区三区高清免费看看| 91浏览器打开| 成人一区在线观看| 九色porny丨国产精品| 视频一区在线播放| 天堂va蜜桃一区二区三区| 一区二区三区国产精华| 成人欧美一区二区三区白人| 久久久国际精品| 久久久久久久久久久黄色| 精品三级在线看| 精品国产123| 日韩欧美高清一区| 欧美xingq一区二区| 精品国精品国产| 精品国产露脸精彩对白| 日韩视频免费观看高清完整版| 欧美视频在线观看一区二区| 欧美日韩国产经典色站一区二区三区| 日本韩国欧美在线| 欧美色图免费看| 欧美视频一区在线| 在线亚洲一区观看| 51精品国自产在线| 欧美va亚洲va香蕉在线| 久久先锋资源网| 国产视频一区二区在线观看| 在线精品视频一区二区三四| 精品一区二区在线观看| 成人av中文字幕| 日韩三级视频中文字幕| 国产精品国产a级| 理论片日本一区| 欧美视频一区二区三区| 国产精品视频在线看| 免费成人美女在线观看.| a在线播放不卡| 久久久久久毛片| 日韩精品一二三区| 色欲综合视频天天天| 亚洲国产精品精华液ab| 久久精品国产网站| 欧美日韩综合在线| 一区二区三区免费看视频| 免费视频最近日韩| 欧美日韩免费观看一区三区| 中文字幕一区二区三区四区不卡| 青草av.久久免费一区| 欧美午夜电影网| 亚洲天堂a在线| 不卡的av在线播放| 久久综合九色综合久久久精品综合 | 偷拍亚洲欧洲综合| 色综合久久久久久久| 亚洲欧美在线视频观看| av影院午夜一区| 国产精品理论片| 成人av资源网站| 中文字幕亚洲在| 成人视屏免费看| 国产精品美女久久久久av爽李琼| 国产精品一区免费视频| 久久精品一区蜜桃臀影院| 久久成人免费电影| 精品久久久久久综合日本欧美| 久久精品国产秦先生| 欧美成人福利视频| 国产一区二区三区日韩| 久久影音资源网| 高清在线观看日韩| 国产精品久久久久久福利一牛影视| 国产精品伊人色| 综合色天天鬼久久鬼色| 色丁香久综合在线久综合在线观看| 中文字幕一区二区三区av| 91色综合久久久久婷婷| 性感美女极品91精品| 欧美一区二区三区成人| 国产一区二区三区免费在线观看| 国产丝袜欧美中文另类| 99re这里都是精品| 亚洲gay无套男同| 日韩久久免费av| 不卡视频一二三| 一区二区三区日本| 欧美岛国在线观看| 处破女av一区二区| 亚洲永久精品大片| 亚洲精品在线观看网站| 成人夜色视频网站在线观看| 亚洲精品成人悠悠色影视| 51精品久久久久久久蜜臀| 国产精品一区三区| 亚洲国产一区视频| 精品国产麻豆免费人成网站| 成人精品国产免费网站| 亚洲午夜精品在线| 久久精品男人的天堂| 欧美视频在线一区二区三区 | 欧美一区二区视频在线观看2020 | 亚洲激情在线激情| 欧美成人一区二区| 色天天综合久久久久综合片| 日韩成人一级片| 国产精品看片你懂得| 日韩一区二区三区四区| 91日韩精品一区| 久久99国产精品免费网站| 国产精品美女久久久久aⅴ| 欧美二区在线观看| 97久久超碰国产精品| 黄页视频在线91| 视频一区在线视频| 亚洲免费在线观看视频| 久久久久亚洲蜜桃| 3d成人动漫网站| bt欧美亚洲午夜电影天堂| 激情综合五月天| 午夜精品免费在线观看| 亚洲美女屁股眼交| 中文字幕乱码日本亚洲一区二区| 日韩视频免费观看高清完整版 | 国产日韩欧美在线一区| 欧美一区二区在线播放| 欧美三级在线看| 99久久综合狠狠综合久久| 国产在线麻豆精品观看| 日韩av不卡在线观看| 亚洲午夜精品17c| 一区二区三区中文在线| 椎名由奈av一区二区三区| 国产亚洲成年网址在线观看| 日韩欧美一区二区久久婷婷| 在线电影欧美成精品| 欧美日韩国产免费一区二区 | 国产欧美精品区一区二区三区| 欧美成人a∨高清免费观看| 91精品一区二区三区久久久久久 | 日本午夜一本久久久综合| 洋洋av久久久久久久一区| 亚洲精品免费一二三区| 日韩一区中文字幕| 亚洲免费视频成人| 亚洲尤物在线视频观看| 亚洲第一综合色| 亚洲高清在线视频| 日韩黄色免费电影| 蜜臀精品一区二区三区在线观看 | 国产精品麻豆视频| 国产精品短视频| 夜夜操天天操亚洲| 亚洲电影一区二区| 久久se精品一区二区| 国产iv一区二区三区| 99精品欧美一区二区蜜桃免费| 99re热这里只有精品免费视频 | 免费观看91视频大全| 麻豆免费精品视频| 国产精品911| 色综合天天狠狠| 91.麻豆视频| 国产亚洲一区二区三区在线观看 | 中日韩免费视频中文字幕| 中文字幕综合网| 亚洲国产欧美在线| 国产一区二区三区蝌蚪| 91麻豆国产在线观看| 欧美日韩精品福利| 久久日一线二线三线suv| 国产精品美女久久久久久久| 亚洲va国产天堂va久久en| 国模无码大尺度一区二区三区| 成人h动漫精品一区二| 欧美色国产精品| 国产亚洲欧美日韩俺去了| 一区二区三区日本| 国产在线精品一区在线观看麻豆| 99精品国产视频| 日韩欧美在线影院| 综合久久久久综合| 韩国午夜理伦三级不卡影院| 99久久综合精品| 久久尤物电影视频在线观看| 一区二区三区国产| 懂色av一区二区三区免费观看| 制服.丝袜.亚洲.中文.综合 | 欧美日韩免费在线视频| 国产日产欧美一区二区视频| 五月综合激情网|