You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by dg...@apache.org on 2003/07/03 04:10:10 UTC

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

dgraham     2003/07/02 19:10:10

  Modified:    doc/userGuide struts-nested.xml
  Log:
  Added styleId to nested:hidden for PR# 21274.
  
  Revision  Changes    Path
  1.18      +10 -0     jakarta-struts/doc/userGuide/struts-nested.xml
  
  Index: struts-nested.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/struts-nested.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- struts-nested.xml	18 Mar 2003 12:50:37 -0000	1.17
  +++ struts-nested.xml	3 Jul 2003 02:10:10 -0000	1.18
  @@ -1027,6 +1027,16 @@
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>
       </attribute>
  +    
  +    <attribute>
  +        <name>styleId</name>
  +        <required>false</required>
  +        <rtexprvalue>true</rtexprvalue>
  +        <info>
  +            Identifier to be assigned to this HTML element (renders
  +            an "id" attribute).
  +        </info>
  +    </attribute>
   
       <attribute>
         <name>value</name>
  
  
  

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