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

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/core  Pages.java
  Log:
  fix JBSEAM-685
  
  Revision  Changes    Path
  1.76      +4 -0      jboss-seam/src/main/org/jboss/seam/core/Pages.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Pages.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Pages.java,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -b -r1.75 -r1.76
  --- Pages.java	25 Jan 2007 16:40:46 -0000	1.75
  +++ Pages.java	26 Jan 2007 02:15:56 -0000	1.76
  @@ -255,6 +255,10 @@
      {
         facesContext.getApplication().getNavigationHandler()
               .handleNavigation(facesContext, fromAction, outcome);
  +      //after every time that the view may have changed,
  +      //we need to flush the page context, since the 
  +      //attribute map is being discarder
  +      Contexts.getPageContext().flush();
      }
      
      public static Pages instance()
  
  
  



More information about the jboss-cvs-commits mailing list