craigmcc    01/03/10 16:35:18

  Modified:    src/doc  struts-html.xml
  Log:
  Corrected documentation of the "name" attribute to reflect how it is
  actually used.
  
  PR: Bugzilla #896
  Submitted by: Martin Cooper <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.24      +4 -4      jakarta-struts/src/doc/struts-html.xml
  
  Index: struts-html.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/doc/struts-html.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- struts-html.xml   2001/03/10 23:55:36     1.23
  +++ struts-html.xml   2001/03/11 00:35:17     1.24
  @@ -3608,10 +3608,10 @@
               <required>false</required>
               <rtexprvalue>true</rtexprvalue>
               <info>
  -                The attribute name to use in determining which option
  -                should be pre-selected when rendering this input field.
  -                If not specified, the bean associated with the
  -                form tag we are nested within is utilized.
  +                The attribute name of the bean whose properties are consulted
  +                to determine which option should be pre-selected when rendering
  +                this input field.  If not specified, the bean associated with
  +                the enclosing <code>&lt;html:form&gt;</code> tag is utilized.
               </info>
           </attribute>
   
  
  
  

Reply via email to