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

Gavin King gavin.king at jboss.com
Thu Jan 25 21:15:56 EST 2007


  User: gavin   
  Date: 07/01/25 21:15:56

  Modified:    src/main/org/jboss/seam/jsf  AbstractSeamPhaseListener.java
  Log:
  fix JBSEAM-685
  
  Revision  Changes    Path
  1.36      +3 -0      jboss-seam/src/main/org/jboss/seam/jsf/AbstractSeamPhaseListener.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AbstractSeamPhaseListener.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/jsf/AbstractSeamPhaseListener.java,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -b -r1.35 -r1.36
  --- AbstractSeamPhaseListener.java	19 Dec 2006 18:14:37 -0000	1.35
  +++ AbstractSeamPhaseListener.java	26 Jan 2007 02:15:56 -0000	1.36
  @@ -190,6 +190,9 @@
         if ( Contexts.isPageContextActive() )
         {
            Context pageContext = Contexts.getPageContext();
  +         //after every time that the view may have changed,
  +         //we need to flush the page context, since the 
  +         //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) );
  
  
  



More information about the jboss-cvs-commits mailing list