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

Gavin King gavin.king at jboss.com
Wed Jun 20 11:53:32 EDT 2007


  User: gavin   
  Date: 07/06/20 11:53:32

  Modified:    src/main/org/jboss/seam/faces  FacesPage.java
  Log:
  nested->toplevel
  get rid of client-side conversation support
  
  Revision  Changes    Path
  1.4       +2 -2      jboss-seam/src/main/org/jboss/seam/faces/FacesPage.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: FacesPage.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/faces/FacesPage.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- FacesPage.java	20 Jun 2007 05:34:32 -0000	1.3
  +++ FacesPage.java	20 Jun 2007 15:53:32 -0000	1.4
  @@ -135,14 +135,14 @@
            discardTemporaryConversation();
         }
   
  -      if ( !sessionInvalid && Init.instance().isClientSideConversations()  )
  +      /*if ( !sessionInvalid && Init.instance().isClientSideConversations()  )
         {
            // if we are using client-side conversations, put the
            // map containing the conversation context variables 
            // into the view root (or remove it for a temp 
            // conversation context)
            Contexts.getConversationContext().flush();
  -      }
  +      }*/
   
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list