cziegeler    2003/08/20 00:24:53

  Modified:    src/documentation/xdocs/developing/webapps session.xml
  Log:
  Adding missing note
  
  Revision  Changes    Path
  1.4       +8 -0      
cocoon-2.1/src/documentation/xdocs/developing/webapps/session.xml
  
  Index: session.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/developing/webapps/session.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- session.xml       4 Jul 2003 10:44:18 -0000       1.3
  +++ session.xml       20 Aug 2003 07:24:53 -0000      1.4
  @@ -416,6 +416,14 @@
           <source>&lt;session:inputxml name="forename" context="userdata" 
path="/user/forename"&gt;
        Defaultname
   &lt;/session:inputxml&gt;</source>
  +        <p>But as always there is one drawback with this approach as well, you
  +           have to put the <em>session-form-manager</em> action somewhere so
  +           that it is called when the form values are submitted. As this
  +           action does no harm, it can simply be put as the first action in your
  +           main sitemap:</p>
  +        <source>
  +        &lt;map:act type="session-form-manager"/&gt;
  +        </source>
        </s2>
     </s1>
   </body>
  
  
  

Reply via email to