[jboss-cvs] jboss-seam/examples/booking/resources/WEB-INF ...

Shane Bryzak sbryzak at redhat.com
Thu Mar 8 16:41:58 EST 2007


  User: sbryzak2
  Date: 07/03/08 16:41:58

  Modified:    examples/booking/resources/WEB-INF  pages.xml
  Log:
  remove named conversation
  
  Revision  Changes    Path
  1.22      +3 -11     jboss-seam/examples/booking/resources/WEB-INF/pages.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pages.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/resources/WEB-INF/pages.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- pages.xml	8 Mar 2007 07:35:05 -0000	1.21
  +++ pages.xml	8 Mar 2007 21:41:58 -0000	1.22
  @@ -5,11 +5,6 @@
   <pages no-conversation-view-id="/main.xhtml"
                    login-view-id="/home.xhtml">
   
  -    <conversation name="BookHotel"
  -                  parameter-name="hotelId"
  -                  parameter-value="#{hotel.id}"/>
  -
  -
       <page view-id="/register.xhtml">
       
           <action if="#{validation.failed}"
  @@ -49,8 +44,7 @@
           
       </page>
   
  -	<page view-id="/hotel.xhtml" 
  -          conversation="BookHotel">
  +	<page view-id="/hotel.xhtml">
             
           <description>View hotel: #{hotel.name}</description>
           
  @@ -60,8 +54,7 @@
           
       </page>
   
  -	<page view-id="/book.xhtml" 
  -          conversation="BookHotel">
  +	<page view-id="/book.xhtml">
             
           <description>Book hotel: #{hotel.name}</description>
           
  @@ -73,8 +66,7 @@
           
       </page>
   
  -	<page view-id="/confirm.xhtml" 
  -          conversation="BookHotel">
  +	<page view-id="/confirm.xhtml" >
             
           <description>Confirm booking: #{booking.description}</description>
           
  
  
  



More information about the jboss-cvs-commits mailing list