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

Gavin King gavin.king at jboss.com
Sun Dec 17 10:31:49 EST 2006


  User: gavin   
  Date: 06/12/17 10:31:49

  Modified:    examples/dvdstore/resources   .gpd.checkout.jpdl.xml
                        checkout.jpdl.xml
  Log:
  cancel button
  
  Revision  Changes    Path
  1.5       +3 -3      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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- .gpd.checkout.jpdl.xml	1 Jul 2006 10:12:56 -0000	1.4
  +++ .gpd.checkout.jpdl.xml	17 Dec 2006 15:31:49 -0000	1.5
  @@ -1,13 +1,13 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<pageflow-diagram name="checkout" width="815" height="674">
  +<pageflow-diagram name="checkout" width="808" height="631">
     <node name="start" x="152" y="55" width="140" height="40">
       <transition>
         <label x="5" y="-10"/>
       </transition>
     </node>
     <node name="confirm" x="152" y="152" width="140" height="40">
  -    <transition name="update">
  +    <transition name="cancel">
         <label x="23" y="-10"/>
       </transition>
       <transition name="purchase">
  @@ -15,5 +15,5 @@
       </transition>
     </node>
     <node name="complete" x="68" y="274" width="140" height="40"/>
  -  <node name="continue" x="245" y="273" width="140" height="40"/>
  +  <node name="cancel" x="245" y="273" width="140" height="40"/>
   </pageflow-diagram>
  
  
  
  1.6       +2 -2      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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- checkout.jpdl.xml	1 Jul 2006 10:12:56 -0000	1.5
  +++ checkout.jpdl.xml	17 Dec 2006 15:31:49 -0000	1.6
  @@ -8,7 +8,7 @@
       <page name="confirm" view-id="/confirm.xhtml"
             no-conversation-view-id="/checkout.xhtml">
           <redirect/>
  -        <transition name="update"   to="continue"/> 
  +        <transition name="cancel"   to="cancel"/> 
           <transition name="purchase" to="complete">
               <action expression="#{checkout.submitOrder}" />
           </transition>
  @@ -19,7 +19,7 @@
           <end-conversation/>
       </page>    
   
  -    <page name="continue">
  +    <page name="cancel" view-id="/browse.xhtml">
           <end-conversation/>
       </page>
   
  
  
  



More information about the jboss-cvs-commits mailing list