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

Gavin King gavin.king at jboss.com
Tue Mar 20 17:34:24 EDT 2007


  User: gavin   
  Date: 07/03/20 17:34:24

  Modified:    examples/booking/resources/WEB-INF  pages.xml
  Log:
  get rid of s:decorateall
  
  Revision  Changes    Path
  1.24      +4 -2      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.23
  retrieving revision 1.24
  diff -u -b -r1.23 -r1.24
  --- pages.xml	9 Mar 2007 01:37:27 -0000	1.23
  +++ pages.xml	20 Mar 2007 21:34:24 -0000	1.24
  @@ -52,6 +52,8 @@
           
       </page>
   
  +    <conversation name="bookHotel" parameter-name="hotelId" parameter-value="#{hotel.id}"/>
  +
   	<page view-id="/hotel.xhtml">
             
           <description>View hotel: #{hotel.name}</description>
  @@ -62,7 +64,7 @@
           
       </page>
   
  -	<page view-id="/book.xhtml">
  +	<page view-id="/book.xhtml" conversation="bookHotel">
             
           <description>Book hotel: #{hotel.name}</description>
           
  @@ -74,7 +76,7 @@
           
       </page>
   
  -	<page view-id="/confirm.xhtml" >
  +	<page view-id="/confirm.xhtml" conversation="bookHotel">
             
           <description>Confirm booking: #{booking.description}</description>
           
  
  
  



More information about the jboss-cvs-commits mailing list