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

Gavin King gavin.king at jboss.com
Tue Jan 23 18:42:32 EST 2007


  User: gavin   
  Date: 07/01/23 18:42:32

  Modified:    src/main/org/jboss/seam/core  Pages.java
  Log:
    JBSEAM-688
  
  Revision  Changes    Path
  1.74      +1 -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.73
  retrieving revision 1.74
  diff -u -b -r1.73 -r1.74
  --- Pages.java	19 Dec 2006 21:16:54 -0000	1.73
  +++ Pages.java	23 Jan 2007 23:42:32 -0000	1.74
  @@ -725,6 +725,7 @@
         if ( endConversation!=null )
         {
            control.setEndConversation(true);
  +         control.setEndConversationBeforeRedirect( "true".equals( endConversation.attributeValue("before-redirect") ) );
         }
         
         Element beginConversation = element.element("begin-conversation");
  
  
  



More information about the jboss-cvs-commits mailing list