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

Gavin King gavin.king at jboss.com
Sun Feb 11 15:10:51 EST 2007


  User: gavin   
  Date: 07/02/11 15:10:51

  Modified:    examples/booking/resources/WEB-INF  pages.xml
  Log:
  oops, fix bug in booking demo .... need to replicate to all versions
  
  Revision  Changes    Path
  1.14      +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.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- pages.xml	19 Dec 2006 21:07:35 -0000	1.13
  +++ pages.xml	11 Feb 2007 20:10:51 -0000	1.14
  @@ -70,7 +70,9 @@
           <description>Book hotel: #{hotel.name}</description>
           
           <navigation from-action="#{hotelBooking.setBookingDetails}">
  +            <rule if="#{hotelBooking.bookingValid}">
               <redirect view-id="/confirm.xhtml"/>
  +            </rule>
           </navigation>
           
       </page>
  
  
  



More information about the jboss-cvs-commits mailing list