dwinterfeldt    01/08/15 10:41:50

  Modified:    doc      struts-html.xml
  Log:
  Added a clearer description of the message attribute for the messages tag.
  
  Revision  Changes    Path
  1.19      +5 -3      jakarta-struts/doc/struts-html.xml
  
  Index: struts-html.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/struts-html.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- struts-html.xml   2001/07/25 20:56:36     1.18
  +++ struts-html.xml   2001/08/15 17:41:50     1.19
  @@ -2720,10 +2720,12 @@
                     <required>false</required>
                     <rtexprvalue>true</rtexprvalue>
                     <info>
  -                  If this is set to 'true', it overrides the name attribute and 
  -                  the request scope bean under which our messages have been stored 
  +                  By default the tag will retrieve the request scope bean it will 
  +                  iterate over from the <code>Action.ERROR_KEY</code> constant 
string, 
  +                  but if this attribute is set to 'true' the request scope bean 
                     will be retrieved from the <code>Action.MESSAGE_KEY</code> 
  -                  constant string. 
  +                  constant string.  Also if this is set to 'true', any value 
  +                  assigned to the name attribute will be ignored.
                     </info>
                   </attribute>
   
  
  
  

Reply via email to