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

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

?? struts-html-el.tld

?? structs源碼
?? 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一区二区三区免费野_久草精品视频
91原创在线视频| 欧美日韩大陆一区二区| 成人av电影在线| 884aa四虎影成人精品一区| 日本一区二区三区四区| 日韩电影一区二区三区| 91在线无精精品入口| 久久久夜色精品亚洲| 日本强好片久久久久久aaa| 亚洲欧美在线另类| 青青草原综合久久大伊人精品| 97精品视频在线观看自产线路二| 亚洲人123区| 国产成人精品在线看| 精品国精品自拍自在线| 免费在线看一区| 久久精品一区四区| 久久福利视频一区二区| 91精品国模一区二区三区| 男人操女人的视频在线观看欧美| 欧美一区二区观看视频| 亚洲va欧美va人人爽| 欧美视频精品在线| 一区二区三区产品免费精品久久75| 99在线精品一区二区三区| 国产精品久久久一本精品| eeuss鲁一区二区三区| 性欧美疯狂xxxxbbbb| 久久这里只有精品首页| 国产在线视频不卡二| 26uuu另类欧美亚洲曰本| av成人免费在线观看| 三级久久三级久久久| 日韩色视频在线观看| 免费看欧美女人艹b| 中文字幕一区二区三中文字幕| 欧美日韩激情一区| 成人网在线免费视频| 亚洲免费资源在线播放| 日韩三级中文字幕| 色狠狠一区二区三区香蕉| 亚洲第一成人在线| 中文字幕制服丝袜成人av| 欧美一级日韩一级| 91极品美女在线| 国产91精品在线观看| 一区二区三区四区不卡在线| 精品粉嫩aⅴ一区二区三区四区| 在线观看视频欧美| 日本美女一区二区三区| 亚洲视频一区二区免费在线观看| 欧美色爱综合网| 精品一区二区在线免费观看| 国产日韩高清在线| 欧美一区二区成人| 欧美日韩你懂的| 91婷婷韩国欧美一区二区| 国产美女视频一区| 亚洲精品一二三| 欧美一区二区三区在| 欧美体内she精视频| 色域天天综合网| 久久精品99久久久| 日本系列欧美系列| 亚洲综合av网| 久久久久99精品一区| 日韩一区二区在线看| 欧美午夜免费电影| 色久综合一二码| 日本精品免费观看高清观看| 91色在线porny| 91麻豆国产在线观看| av在线不卡观看免费观看| 成人视屏免费看| 成人免费毛片aaaaa**| 成人网页在线观看| 成人精品视频网站| 粉嫩一区二区三区性色av| 国产一区福利在线| 国产传媒一区在线| 成人自拍视频在线观看| 成人小视频在线观看| jlzzjlzz亚洲女人18| 风间由美一区二区三区在线观看| 国产91精品免费| 91伊人久久大香线蕉| 91国偷自产一区二区三区观看| 色八戒一区二区三区| 欧美日韩一区 二区 三区 久久精品| 欧美影院精品一区| 91精品国产免费| 欧美成人一区二区三区在线观看| 欧美日韩在线综合| 91精品国产综合久久久久久久久久| 7777精品伊人久久久大香线蕉最新版 | 亚洲国产欧美另类丝袜| 中文一区一区三区高中清不卡| 3d动漫精品啪啪1区2区免费| 在线不卡中文字幕| 欧美色视频在线| 欧美一二三区在线| 亚洲国产精品成人综合色在线婷婷 | 91精品福利视频| 欧美日韩国产经典色站一区二区三区 | 91精品麻豆日日躁夜夜躁| 欧美一区二区黄| 中文字幕av一区二区三区| 伊人婷婷欧美激情| 日本一区中文字幕| 成人午夜精品在线| 欧美日韩一级二级三级| 久久伊99综合婷婷久久伊| 国产精品国产三级国产专播品爱网| 亚洲嫩草精品久久| 美女精品自拍一二三四| 琪琪久久久久日韩精品| 国产精品夜夜爽| 懂色av中文一区二区三区| 91福利资源站| 久久综合色鬼综合色| 亚洲美女屁股眼交| 久久机这里只有精品| 91视视频在线观看入口直接观看www| 777亚洲妇女| 中文字幕一区二区三区乱码在线| 偷拍日韩校园综合在线| 日韩电影免费一区| av影院午夜一区| 精品国产免费人成在线观看| 亚洲黄色av一区| 国产美女视频一区| 91精品国产美女浴室洗澡无遮挡| 国产精品久久久久久久久快鸭 | 精品美女一区二区三区| 亚洲人成伊人成综合网小说| 久久电影网站中文字幕| 欧美午夜视频网站| 一区二区中文视频| 国产成人精品影视| 日韩美女一区二区三区四区| 久久精品视频免费观看| 首页亚洲欧美制服丝腿| 91女神在线视频| 国产精品三级视频| 亚洲国产视频网站| 99视频精品全部免费在线| 久久久久国产精品麻豆| 奇米四色…亚洲| 欧美男男青年gay1069videost| 成人欧美一区二区三区在线播放| 国产伦精品一区二区三区免费迷| 日韩午夜小视频| 日韩精品电影在线观看| 欧美视频精品在线| 亚洲最大成人综合| 色婷婷精品久久二区二区蜜臀av| 国产精品女同互慰在线看| 国产裸体歌舞团一区二区| 欧美电影免费观看完整版| 天堂影院一区二区| 欧美电影影音先锋| 亚洲成人你懂的| 欧美在线影院一区二区| 伊人夜夜躁av伊人久久| 色一情一乱一乱一91av| 亚洲精品免费在线播放| 在线观看www91| 亚洲高清一区二区三区| 欧美欧美欧美欧美| 日韩不卡在线观看日韩不卡视频| 5858s免费视频成人| 日本亚洲一区二区| 欧美电视剧免费观看| 久久国产精品色婷婷| 久久午夜色播影院免费高清| 国产伦精品一区二区三区免费迷 | 国产麻豆精品一区二区| 久久综合狠狠综合久久综合88| 国产乱妇无码大片在线观看| 国产欧美日本一区二区三区| 99久久精品一区二区| 亚洲免费高清视频在线| 欧美日韩一二三区| 久久成人久久爱| 中文字幕va一区二区三区| 91在线视频18| 亚洲成人7777| 精品国产免费一区二区三区四区| 国产成人aaaa| 一区二区三区国产豹纹内裤在线| 欧美丰满高潮xxxx喷水动漫| 久久国产婷婷国产香蕉| 中文字幕免费不卡| 色综合视频一区二区三区高清| 性感美女极品91精品| 26uuu色噜噜精品一区二区| 99久久精品国产观看| 婷婷久久综合九色国产成人| 久久综合精品国产一区二区三区| 91丨porny丨蝌蚪视频|