You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ce...@apache.org on 2001/11/02 11:45:30 UTC

cvs commit: jakarta-struts/doc struts-template.xml

cedric      01/11/02 02:45:30

  Modified:    doc      struts-template.xml
  Log:
  Update <put> documentation : put can have a body as content
  
  Revision  Changes    Path
  1.3       +3 -0      jakarta-struts/doc/struts-template.xml
  
  Index: struts-template.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/struts-template.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- struts-template.xml	2001/04/29 05:59:58	1.2
  +++ struts-template.xml	2001/11/02 10:45:29	1.3
  @@ -63,6 +63,9 @@
       <bodycontent>JSP</bodycontent>
       <info>
       Put content into request scope.
  +    <br></br>
  +    Content can come from attribute content="aContent", or from tag body. In this later case,
  +    attribute direct is automatically set to "true".
       </info>
   
       <attribute>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>