You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by oa...@apache.org on 2001/09/05 18:05:24 UTC

cvs commit: jakarta-struts/doc struts-html.xml

oalexeev    01/09/05 09:05:24

  Modified:    doc      struts-html.xml
  Log:
  Add indexed attribute support to ImageTag, RadioTag and TextareaTag
  
  Revision  Changes    Path
  1.20      +36 -0     jakarta-struts/doc/struts-html.xml
  
  Index: struts-html.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/struts-html.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- struts-html.xml	2001/08/15 17:41:50	1.19
  +++ struts-html.xml	2001/09/05 16:05:24	1.20
  @@ -1513,6 +1513,18 @@
           </attribute>
   
           <attribute>
  +            <name>indexed</name>
  +            <required>false</required>
  +            <rtexprvalue>true</rtexprvalue>
  +            <info>
  +                Valid only inside of logic:iterate tag.
  +                If yes then name of the html tag will be rendered as 
  +                "id[34].propertyName". Number in brackets will be generated
  +                for every iteration and taken from ancestor logic:iterate tag.
  +            </info>
  +        </attribute>
  +
  +        <attribute>
                   <name>locale</name>
                   <required>false</required>
                   <rtexprvalue>true</rtexprvalue>
  @@ -3539,6 +3551,18 @@
           </attribute>
   
           <attribute>
  +            <name>indexed</name>
  +            <required>false</required>
  +            <rtexprvalue>true</rtexprvalue>
  +            <info>
  +                Valid only inside of logic:iterate tag.
  +                If yes then name of the html tag will be rendered as 
  +                "id[34].propertyName". Number in brackets will be generated
  +                for every iteration and taken from ancestor logic:iterate tag.
  +            </info>
  +        </attribute>
  +
  +        <attribute>
               <name>name</name>
               <required>false</required>
               <rtexprvalue>true</rtexprvalue>
  @@ -4922,6 +4946,18 @@
             Set to <code>true</code> if this input field should be
             disabled.
             </info>
  +        </attribute>
  +
  +        <attribute>
  +            <name>indexed</name>
  +            <required>false</required>
  +            <rtexprvalue>true</rtexprvalue>
  +            <info>
  +                Valid only inside of logic:iterate tag.
  +                If yes then name of the html tag will be rendered as 
  +                "id[34].propertyName". Number in brackets will be generated
  +                for every iteration and taken from ancestor logic:iterate tag.
  +            </info>
           </attribute>
   
           <attribute>