[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Gavin King gavin.king at jboss.com
Sat Feb 10 11:49:33 EST 2007


  User: gavin   
  Date: 07/02/10 11:49:33

  Modified:    doc/reference/en/modules  configuration.xml
  Log:
  oops
  
  Revision  Changes    Path
  1.38      +0 -23     jboss-seam/doc/reference/en/modules/configuration.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: configuration.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/configuration.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -b -r1.37 -r1.38
  --- configuration.xml	10 Feb 2007 16:42:48 -0000	1.37
  +++ configuration.xml	10 Feb 2007 16:49:33 -0000	1.38
  @@ -1092,27 +1092,4 @@
   
       </sect1>
   
  -    <sect1>
  -        <title>Seam and custom servlets</title>
  -        
  -        <para>
  -            Requests sent direct to some servlet other than the JSF servlet are not
  -            processed through the JSF lifecycle, so Seam provides a servlet filter 
  -            that can be applied to any servlet that needs access to Seam components.
  -        </para>
  -        <para>
  -            This servlet filter is responsible for initializing all Seam contexts before
  -            passing control to the servlet. It expects to find the conversation id of any
  -            conversation context in a request parameter named <literal>conversationId</literal>.
  -            You are responsible for ensuring that it gets sent in the request.
  -        </para>
  -        
  -        <para>
  -            You are also responsible for ensuring propagation of any new conversation id back 
  -            to the client. Seam exposes the conversation id as a property of the built in
  -            component <literal>conversation</literal>.
  -        </para>
  -        
  -    </sect1>
  -        
   </chapter>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list