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

Shane Bryzak sbryzak at redhat.com
Thu May 17 04:36:17 EDT 2007


  User: sbryzak2
  Date: 07/05/17 04:36:17

  Modified:    examples/hibernate/resources/WEB-INF   pages.xml web.xml
  Log:
  JBSEAM-1180
  
  Revision  Changes    Path
  1.5       +6 -0      jboss-seam/examples/hibernate/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/hibernate/resources/WEB-INF/pages.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- pages.xml	27 Feb 2007 07:16:45 -0000	1.4
  +++ pages.xml	17 May 2007 08:36:17 -0000	1.5
  @@ -18,4 +18,10 @@
   	<page view-id="/hotel.xhtml" timeout="300000">View hotel: #{hotel.name}</page>
   	<page view-id="/book.xhtml" timeout="600000">Book hotel: #{hotel.name}</page>
   	<page view-id="/confirm.xhtml" timeout="600000">Confirm: #{booking.description}</page>
  +	
  +	<page view-id="*">
  +	  <navigation from-action="#{identity.logout}">
  +	    <redirect view-id="/home.xhtml"/>
  +	  </navigation>
  +	</page>
   </pages>
  
  
  
  1.11      +3 -5      jboss-seam/examples/hibernate/resources/WEB-INF/web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate/resources/WEB-INF/web.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- web.xml	16 Mar 2007 05:45:22 -0000	1.10
  +++ web.xml	17 May 2007 08:36:17 -0000	1.11
  @@ -31,10 +31,8 @@
         <url-pattern>/seam/resource/*</url-pattern>
       </servlet-mapping>     
           
  -    <!-- MyFaces -->
  -    
       <listener>
  -        <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
  +        <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
       </listener>
       
       <context-param>
  
  
  



More information about the jboss-cvs-commits mailing list