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

Norman Richards norman.richards at jboss.com
Mon Feb 19 14:30:26 EST 2007


  User: nrichards
  Date: 07/02/19 14:30:26

  Modified:    examples/spring/resources/WEB-INF   components.xml pages.xml
  Log:
  booking
  
  Revision  Changes    Path
  1.4       +0 -1      jboss-seam/examples/spring/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/spring/resources/WEB-INF/components.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- components.xml	18 Feb 2007 19:57:58 -0000	1.3
  +++ components.xml	19 Feb 2007 19:30:26 -0000	1.4
  @@ -11,5 +11,4 @@
       
   
       <core:init debug="true" jndi-pattern="@jndiPattern@" />
  -    <!--<core:ejb installed="@embeddedEjb@" />-->
   </components>
  
  
  
  1.5       +17 -0     jboss-seam/examples/spring/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/spring/resources/WEB-INF/pages.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- pages.xml	16 Feb 2007 22:43:24 -0000	1.4
  +++ pages.xml	19 Feb 2007 19:30:26 -0000	1.5
  @@ -3,5 +3,22 @@
     "http://jboss.com/products/seam/pages-1.1.dtd">
   
   <pages>
  +    <page view-id="/main.xhtml"
  +          login-required="true">
   
  +        <navigation from-action="#{hotelBooking.selectHotel(hot)}">
  +            <redirect view-id="/hotel.xhtml"/>
  +        </navigation>
  +    </page>
  +
  +    <page view-id="/hotel.xhtml"
  +          conversation-required="true">
  +        
  +        <description>View hotel: #{hotel.name}</description>
  +        
  +        <navigation from-action="#{hotelBooking.bookHotel}">
  +            <redirect view-id="/book.xhtml"/>
  +        </navigation>
  +        
  +    </page>
   </pages>
  
  
  



More information about the jboss-cvs-commits mailing list