dgraham     2002/12/23 17:45:15

  Modified:    doc/userGuide struts-html.xml
  Log:
  Updated info on tags.
  
  Revision  Changes    Path
  1.42      +6 -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.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- struts-html.xml   13 Dec 2002 02:39:01 -0000      1.41
  +++ struts-html.xml   24 Dec 2002 01:45:15 -0000      1.42
  @@ -2288,6 +2288,8 @@
                   <p>If you would like to obtain the coordinates of the mouse
                   click that submitted this request, see the information below
                   on the <code>property</code> attribute.</p>
  +                
  +                <p>This tag is only valid when nested inside a form tag body.</p>
   
                   </info>
   
  @@ -6281,7 +6283,8 @@
           </summary>
           <tagclass>org.apache.struts.taglib.html.TextTag</tagclass>
           <info>
  -            Render an input button of type text.
  +            Render an input button of type text.  This tag is only valid when nested
  +                inside a form tag body.
           </info>
   
           <attribute>
  @@ -6594,7 +6597,8 @@
           </summary>
           <tagclass>org.apache.struts.taglib.html.TextareaTag</tagclass>
           <info>
  -            Render a textarea element.
  +            Render a textarea element.  This tag is only valid when nested
  +                inside a form tag body.
           </info>
   
           <attribute>
  
  
  

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

Reply via email to