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

Gavin King gavin.king at jboss.com
Thu Mar 8 20:37:27 EST 2007


  User: gavin   
  Date: 07/03/08 20:37:27

  Modified:    examples/booking/resources/WEB-INF  pages.xml
  Log:
  fixes
  
  Revision  Changes    Path
  1.23      +9 -1      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.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- pages.xml	8 Mar 2007 21:41:58 -0000	1.22
  +++ pages.xml	9 Mar 2007 01:37:27 -0000	1.23
  @@ -42,6 +42,14 @@
       <page view-id="/main.xhtml"
             login-required="true">
           
  +        <navigation from-action="#{hotelBooking.selectHotel(hot)}">
  +            <redirect view-id="/hotel.xhtml"/>
  +        </navigation>
  +        
  +        <navigation from-action="#{bookingList.cancel}">
  +            <redirect/>
  +        </navigation>
  +        
       </page>
   
   	<page view-id="/hotel.xhtml">
  
  
  



More information about the jboss-cvs-commits mailing list