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

Gavin King gavin.king at jboss.com
Fri Jul 6 21:59:09 EDT 2007


  User: gavin   
  Date: 07/07/06 21:59:09

  Modified:    src/main/org/jboss/seam/jsf  SeamPhaseListener.java
  Log:
  validate that the restored view is the one we expect from the pageflow node
  
  Revision  Changes    Path
  1.113     +1 -1      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.112
  retrieving revision 1.113
  diff -u -b -r1.112 -r1.113
  --- SeamPhaseListener.java	25 Jun 2007 22:56:50 -0000	1.112
  +++ SeamPhaseListener.java	7 Jul 2007 01:59:09 -0000	1.113
  @@ -378,7 +378,7 @@
         Manager.instance().handleConversationPropagation(parameters);
         if ( Init.instance().isJbpmInstalled() )
         {
  -         Pageflow.instance().validatePageflow();
  +         Pageflow.instance().validatePageflow(facesContext);
         }
         
         if ( log.isDebugEnabled() )
  
  
  



More information about the jboss-cvs-commits mailing list