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

Gavin King gavin.king at jboss.com
Sun Dec 17 12:45:37 EST 2006


  User: gavin   
  Date: 06/12/17 12:45:37

  Modified:    src/main/org/jboss/seam/jsf  AbstractSeamPhaseListener.java
  Log:
  JBSEAM-607, begin-conversation/end-conversation on an outcome
  
  Revision  Changes    Path
  1.31      +1 -1      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.30
  retrieving revision 1.31
  diff -u -b -r1.30 -r1.31
  --- AbstractSeamPhaseListener.java	16 Dec 2006 02:58:11 -0000	1.30
  +++ AbstractSeamPhaseListener.java	17 Dec 2006 17:45:37 -0000	1.31
  @@ -251,7 +251,7 @@
         {
            FacesContext facesContext = event.getFacesContext();
            actionsWereCalled = Pages.callAction(facesContext) || actionsWereCalled;
  -         actionsWereCalled = Pages.instance().callActions(facesContext) || actionsWereCalled;
  +         actionsWereCalled = Pages.instance().callActionsAndValidateConversation(facesContext) || actionsWereCalled;
            return actionsWereCalled;
         }
         catch (RuntimeException re)
  
  
  



More information about the jboss-cvs-commits mailing list