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

Gavin King gavin.king at jboss.com
Wed Jul 12 16:44:57 EDT 2006


  User: gavin   
  Date: 06/07/12 16:44:57

  Modified:    src/main/org/jboss/seam/pageflow  Page.java
  Log:
  added beforeRedirect to @End
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/src/main/org/jboss/seam/pageflow/Page.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Page.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/pageflow/Page.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Page.java	1 Jul 2006 10:11:32 -0000	1.2
  +++ Page.java	12 Jul 2006 20:44:57 -0000	1.3
  @@ -93,7 +93,7 @@
               
            }
            
  -         Manager.instance().endConversation();
  +         Manager.instance().endConversation(false);
         }
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list