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

Norman Richards norman.richards at jboss.com
Sat Oct 13 01:03:10 EDT 2007


  User: nrichards
  Date: 07/10/13 01:03:09

  Modified:    src/main/org/jboss/seam/jsf  SeamPhaseListener.java
  Log:
  JBSEAM-2096
  
  Revision  Changes    Path
  1.116     +3 -3      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.115
  retrieving revision 1.116
  diff -u -b -r1.115 -r1.116
  --- SeamPhaseListener.java	6 Sep 2007 01:47:33 -0000	1.115
  +++ SeamPhaseListener.java	13 Oct 2007 05:03:09 -0000	1.116
  @@ -447,9 +447,9 @@
            //attribute map is being discarder
            pageContext.flush();
            //force refresh of the conversation lists (they are kept in PAGE context)
  -         pageContext.remove( Seam.getComponentName(ConversationList.class) );
  -         pageContext.remove( Seam.getComponentName(Switcher.class) );
  -         pageContext.remove( Seam.getComponentName(ConversationStack.class) );
  +         pageContext.remove(Seam.getComponentName(Switcher.class));
  +         pageContext.remove("org.jboss.seam.core.conversationList");
  +         pageContext.remove("org.jboss.seam.core.conversationStack");
         }
         
         preRenderPage(facesContext);
  
  
  



More information about the jboss-cvs-commits mailing list