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

Gavin King gavin.king at jboss.com
Sat Dec 16 09:38:42 EST 2006


  User: gavin   
  Date: 06/12/16 09:38:42

  Modified:    examples/booking/resources/WEB-INF   components.xml
                        pages.xml
  Log:
  conversation-required
  
  Revision  Changes    Path
  1.9       +0 -2      jboss-seam/examples/booking/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/booking/resources/WEB-INF/components.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- components.xml	16 Dec 2006 04:34:58 -0000	1.8
  +++ components.xml	16 Dec 2006 14:38:42 -0000	1.9
  @@ -8,8 +8,6 @@
   
       <core:init jndi-pattern="@jndiPattern@" debug="true"/>    
   
  -    <core:pages no-conversation-view-id="/main.xhtml"/>
  -
       <core:manager conversation-timeout="120000" 
                     concurrent-request-timeout="500"
                     conversation-id-parameter="cid"
  
  
  
  1.6       +4 -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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- pages.xml	10 Nov 2006 19:07:54 -0000	1.5
  +++ pages.xml	16 Dec 2006 14:38:42 -0000	1.6
  @@ -2,8 +2,8 @@
     "-//JBoss/Seam Pages Configuration DTD 1.1//EN"
     "http://jboss.com/products/seam/pages-1.1.dtd">
   
  -<pages>
  -	<page view-id="/hotel.xhtml">View hotel: #{hotel.name}</page>
  -	<page view-id="/book.xhtml">Book hotel: #{hotel.name}</page>
  -	<page view-id="/confirm.xhtml">Confirm: #{booking.description}</page>
  +<pages no-conversation-view-id="/main.xhtml">
  +	<page view-id="/hotel.xhtml" conversation-required="true">View hotel: #{hotel.name}</page>
  +	<page view-id="/book.xhtml" conversation-required="true">Book hotel: #{hotel.name}</page>
  +	<page view-id="/confirm.xhtml" conversation-required="true">Confirm: #{booking.description}</page>
   </pages>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list