You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by rl...@apache.org on 2004/02/01 19:53:05 UTC

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

rleland     2004/02/01 10:53:05

  Modified:    doc/userGuide struts-html.xml
  Log:
  Small doc change place the <code></code> tag around
  the iterate tag.
  
  Revision  Changes    Path
  1.74      +8 -8      jakarta-struts/doc/userGuide/struts-html.xml
  
  Index: struts-html.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/struts-html.xml,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- struts-html.xml	1 Feb 2004 16:15:07 -0000	1.73
  +++ struts-html.xml	1 Feb 2004 18:53:05 -0000	1.74
  @@ -138,8 +138,8 @@
               <required>false</required>
               <rtexprvalue>true</rtexprvalue>
               <info>
  -                Valid only inside of logic:iterate tag.  If <code>true</code>
  -                then name of the html tag will be rendered as
  +                Valid only inside of <code>logic:iterate</code> tag.
  +                If <code>true</code> then name of the html tag will be rendered as
                   "propertyName[34]". Number in brackets will be generated for
                   every iteration and taken from ancestor logic:iterate tag.
               </info>
  @@ -701,7 +701,7 @@
               <required>false</required>
               <rtexprvalue>true</rtexprvalue>
               <info>
  -                Valid only inside of logic:iterate tag.
  +                Valid only inside of <code>logic:iterate</code> tag.
                   If <code>true</code> 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.
  @@ -1091,7 +1091,7 @@
               <required>false</required>
               <rtexprvalue>true</rtexprvalue>
               <info>
  -                Valid only inside of logic:iterate tag.
  +                Valid only inside of <code>logic:iterate</code> tag.
                   If <code>true</code> 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.
  @@ -1967,7 +1967,7 @@
               <required>false</required>
               <rtexprvalue>true</rtexprvalue>
               <info>
  -                Valid only inside of logic:iterate tag.
  +                Valid only inside of <code>logic:iterate</code> tag.
                   If <code>true</code> 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.
  @@ -3491,9 +3491,9 @@
                   </attribute>
   
                   <attribute>
  -                   <name>anchor</name>
  -                   <required>false</required>
  -                   <rtexprvalue>true</rtexprvalue>
  +                  <name>anchor</name>
  +                  <required>false</required>
  +                  <rtexprvalue>true</rtexprvalue>
                     <info>
                     <p>Optional anchor tag ("#xxx") to be added to the generated
                     hyperlink.  Specify this value <strong>without</strong> any
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org