craigmcc    01/05/11 09:55:40

  Modified:    doc      struts-html.xml
  Log:
  Make the "size" attribute available on the <html:file> custom tag.  The
  underlying base class already supports this.
  
  Submitted by: Andy Brook <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.10      +9 -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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- struts-html.xml   2001/05/09 19:31:01     1.9
  +++ struts-html.xml   2001/05/11 16:55:38     1.10
  @@ -1055,6 +1055,15 @@
           </attribute>
   
           <attribute>
  +            <name>size</name>
  +            <required>false</required>
  +            <rtexprvalue>true</rtexprvalue>
  +            <info>
  +                Size of the file selection box to be displayed.
  +            </info>
  +        </attribute>
  +
  +        <attribute>
               <name>style</name>
               <required>false</required>
               <rtexprvalue>true</rtexprvalue>
  
  
  

Reply via email to