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

Gavin King gavin.king at jboss.com
Tue Jun 26 15:58:39 EDT 2007


  User: gavin   
  Date: 07/06/26 15:58:39

  Modified:    examples/booking/resources/WEB-INF  web.xml
  Log:
  get rid of client-side JSF state saving in examples
  
  Revision  Changes    Path
  1.44      +2 -5      jboss-seam/examples/booking/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/booking/resources/WEB-INF/web.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -b -r1.43 -r1.44
  --- web.xml	30 May 2007 00:38:38 -0000	1.43
  +++ web.xml	26 Jun 2007 19:58:39 -0000	1.44
  @@ -4,6 +4,8 @@
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
       
  +    <display-name>Seam Booking Example</display-name>
  +    
       <!-- Ajax4jsf filter not needed, Seam Filter installs it for us -->
       
       <context-param>
  @@ -40,11 +42,6 @@
       <!-- JSF -->
       
       <context-param>
  -        <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
  -        <param-value>client</param-value>
  -    </context-param>
  -    
  -    <context-param>
           <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
           <param-value>.xhtml</param-value>
       </context-param>
  
  
  



More information about the jboss-cvs-commits mailing list