dgraham     2003/02/26 19:55:06

  Modified:    doc/userGuide struts-html.xml
  Log:
  Added documentation to the html tag's locale attribute about creating sessions
  if needed.
  
  Revision  Changes    Path
  1.51      +5 -2      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.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- struts-html.xml   4 Feb 2003 18:12:00 -0000       1.50
  +++ struts-html.xml   27 Feb 2003 03:55:06 -0000      1.51
  @@ -6,6 +6,7 @@
     <author>Martin Cooper</author>
     <author>Mike Schachter</author>
     <author>James Turner</author>
  +  <author>David Graham</author>
     <title>The Struts Framework Project - HTML Tags</title>
   </properties>
   
  @@ -2269,9 +2270,11 @@
               <required>false</required>
               <rtexprvalue>true</rtexprvalue>
               <info>
  -              <p>Set to <code>true</code> in order to record a Locale based on
  +              <p>Set to <code>true</code> in order to store a Locale in the session 
based on
                 the current request's <code>Accept-Language</code> header (if
  -              any) if none has currently been set.</p>
  +              any) if none has currently been set.  This attribute will create a 
session
  +              if one does not already exist.  The lang attribute is rendered with 
the
  +              appropriate language code.</p>
               </info>
             </attribute>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to