[jboss-cvs] jboss-seam/examples/dvdstore/resources ...

Gavin King gavin.king at jboss.com
Tue Jan 23 20:30:23 EST 2007


  User: gavin   
  Date: 07/01/23 20:30:23

  Modified:    examples/dvdstore/resources   .gpd.checkout.jpdl.xml
                        checkout.jpdl.xml
  Log:
  before-redirect
  
  Revision  Changes    Path
  1.6       +1 -1      jboss-seam/examples/dvdstore/resources/.gpd.checkout.jpdl.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: .gpd.checkout.jpdl.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/resources/.gpd.checkout.jpdl.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- .gpd.checkout.jpdl.xml	17 Dec 2006 15:31:49 -0000	1.5
  +++ .gpd.checkout.jpdl.xml	24 Jan 2007 01:30:23 -0000	1.6
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<pageflow-diagram name="checkout" width="808" height="631">
  +<pageflow-diagram name="checkout" width="811" height="1003">
     <node name="start" x="152" y="55" width="140" height="40">
       <transition>
         <label x="5" y="-10"/>
  
  
  
  1.7       +2 -1      jboss-seam/examples/dvdstore/resources/checkout.jpdl.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: checkout.jpdl.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/resources/checkout.jpdl.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- checkout.jpdl.xml	17 Dec 2006 15:31:49 -0000	1.6
  +++ checkout.jpdl.xml	24 Jan 2007 01:30:23 -0000	1.7
  @@ -20,7 +20,8 @@
       </page>    
   
       <page name="cancel" view-id="/browse.xhtml">
  -        <end-conversation/>
  +        <redirect/>
  +        <end-conversation before-redirect="true"/>
       </page>
   
   </pageflow-definition>
  
  
  



More information about the jboss-cvs-commits mailing list