[jboss-cvs] jboss-seam/src/main/org/jboss/seam/jsf ...

Gavin King gavin.king at jboss.com
Wed Jul 12 19:02:31 EDT 2006


  User: gavin   
  Date: 06/07/12 19:02:31

  Modified:    src/main/org/jboss/seam/jsf  SeamPhaseListener.java
  Log:
  fix   JBSEAM-292
  
  Revision  Changes    Path
  1.83      +7 -0      jboss-seam/src/main/org/jboss/seam/jsf/SeamPhaseListener.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SeamPhaseListener.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/jsf/SeamPhaseListener.java,v
  retrieving revision 1.82
  retrieving revision 1.83
  diff -u -b -r1.82 -r1.83
  --- SeamPhaseListener.java	1 Jul 2006 10:50:09 -0000	1.82
  +++ SeamPhaseListener.java	12 Jul 2006 23:02:31 -0000	1.83
  @@ -94,6 +94,13 @@
               
         if ( event.getPhaseId() == RENDER_RESPONSE )
         {
  +         if ( !Manager.instance().isConversationAlreadyStored() ) 
  +         {
  +            //for JSF pages with no form, storeAnyConversationContext()
  +            //will not get called from SeamStateManager.saveSerializedView()
  +            storeAnyConversationContext(facesContext);
  +         }
  +         
            if ( !Init.instance().isClientSideConversations() ) 
            {
               // difficult question: is it really safe to do this here?
  
  
  



More information about the jboss-cvs-commits mailing list