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

Gavin King gavin.king at jboss.com
Thu Nov 16 18:19:26 EST 2006


  User: gavin   
  Date: 06/11/16 18:19:26

  Modified:    examples/numberguess/resources   .gpd.cheat.jpdl.xml
                        cheat.jpdl.xml
  Log:
  use new stuff, and clean up model
  
  Revision  Changes    Path
  1.3       +2 -7      jboss-seam/examples/numberguess/resources/.gpd.cheat.jpdl.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: .gpd.cheat.jpdl.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/numberguess/resources/.gpd.cheat.jpdl.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- .gpd.cheat.jpdl.xml	16 Nov 2006 15:38:32 -0000	1.2
  +++ .gpd.cheat.jpdl.xml	16 Nov 2006 23:19:26 -0000	1.3
  @@ -1,12 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<pageflow-diagram name="cheat" width="769" height="754">
  -  <node name="start" x="61" y="34" width="140" height="40">
  -    <transition>
  -      <label x="5" y="-10"/>
  -    </transition>
  -  </node>
  -  <node name="confirm" x="60" y="144" width="140" height="40">
  +<pageflow-diagram name="cheat" width="770" height="601">
  +  <node name="confirm" x="0" y="0" width="140" height="40">
       <transition name="yes">
         <label x="26" y="-13"/>
       </transition>
  
  
  
  1.3       +2 -7      jboss-seam/examples/numberguess/resources/cheat.jpdl.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: cheat.jpdl.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/numberguess/resources/cheat.jpdl.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- cheat.jpdl.xml	16 Nov 2006 15:38:32 -0000	1.2
  +++ cheat.jpdl.xml	16 Nov 2006 23:19:26 -0000	1.3
  @@ -11,17 +11,12 @@
   
   <pageflow-definition name="cheat">
      
  -   <start-state name="start">
  -      <transition to="confirm"/>
  -   </start-state>
  -   
  -   <page name="confirm" view-id="/confirm.jspx">
  -      <redirect/>
  +   <start-page name="confirm" view-id="/confirm.jspx">
         <transition name="yes" to="cheat">
            <action expression="#{numberGuess.cheated}"/>
         </transition>
         <transition name="no" to="end"/>
  -   </page>
  +   </start-page>
      
      <page name="cheat" view-id="/cheat.jspx">
         <redirect/>
  
  
  



More information about the jboss-cvs-commits mailing list