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

Peter Muir peter at bleepbleep.org.uk
Wed Sep 5 14:03:28 EDT 2007


  User: pmuir   
  Date: 07/09/05 14:03:28

  Modified:    doc/reference/en/modules  conversations.xml
  Log:
  Clarify
  
  Revision  Changes    Path
  1.37      +3 -2      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.36
  retrieving revision 1.37
  diff -u -b -r1.36 -r1.37
  --- conversations.xml	4 Sep 2007 21:07:52 -0000	1.36
  +++ conversations.xml	5 Sep 2007 18:03:26 -0000	1.37
  @@ -114,8 +114,9 @@
       </itemizedlist>
       
           <para>
  -            Seam transparently propagates the conversation context across JSF postbacks
  -            and redirects. If you don't do anything special, a <emphasis>non-faces request</emphasis>
  +            Seam transparently propagates the conversation context (including
  +            the temporary conversation context) across JSF postbacks and 
  +            redirects. If you don't do anything special, a <emphasis>non-faces request</emphasis>
               (a GET request for example) will not propagate the conversation context and
               will be processed in a new temporary conversation. This is usually - but not
               always - the desired behavior.
  
  
  



More information about the jboss-cvs-commits mailing list