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

Gavin King gavin.king at jboss.com
Mon Nov 20 14:26:54 EST 2006


  User: gavin   
  Date: 06/11/20 14:26:54

  Modified:    doc/reference/en/modules  conversations.xml
  Log:
  fix obsolete
  
  Revision  Changes    Path
  1.18      +4 -4      jboss-seam/doc/reference/en/modules/conversations.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: conversations.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/conversations.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- conversations.xml	20 Nov 2006 19:24:19 -0000	1.17
  +++ conversations.xml	20 Nov 2006 19:26:54 -0000	1.18
  @@ -849,12 +849,12 @@
       </section>
       
       <section>
  -        <title>Seam and AJAX</title>
  +        <title>Seam and Servlets</title>
           
           <para>
  -            AJAX requests from a JSF page are not processed by the JSF servlet, so Seam
  -            provides a servlet filter that can be applied to the servlet processing your 
  -            AJAX calls (or, in fact, to any servlet at all).
  +            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>
           
           <programlisting><![CDATA[<filter>
  
  
  



More information about the jboss-cvs-commits mailing list