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

Gavin King gavin.king at jboss.com
Tue Mar 20 17:36:35 EDT 2007


  User: gavin   
  Date: 07/03/20 17:36:35

  Modified:    examples/booking/resources/WEB-INF  pages.xml
  Log:
  oops
  
  Revision  Changes    Path
  1.25      +2 -4      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.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- pages.xml	20 Mar 2007 21:34:24 -0000	1.24
  +++ pages.xml	20 Mar 2007 21:36:35 -0000	1.25
  @@ -52,8 +52,6 @@
           
       </page>
       
  -    <conversation name="bookHotel" parameter-name="hotelId" parameter-value="#{hotel.id}"/>
  -
   	<page view-id="/hotel.xhtml">
             
           <description>View hotel: #{hotel.name}</description>
  @@ -64,7 +62,7 @@
           
       </page>
   
  -	<page view-id="/book.xhtml" conversation="bookHotel">
  +	<page view-id="/book.xhtml">
             
           <description>Book hotel: #{hotel.name}</description>
           
  @@ -76,7 +74,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