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

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


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

  Modified:    examples/blog/resources/WEB-INF  web.xml
  Log:
  get rid of client-side JSF state saving in examples
  
  Revision  Changes    Path
  1.16      +1 -5      jboss-seam/examples/blog/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/blog/resources/WEB-INF/web.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- web.xml	3 Apr 2007 18:22:58 -0000	1.15
  +++ web.xml	26 Jun 2007 19:58:38 -0000	1.16
  @@ -30,16 +30,12 @@
       
       <!-- JSF -->
       
  -    <context-param>
  -        <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
  -        <param-value>client</param-value>
  -    </context-param>
  -    
       <servlet>
           <servlet-name>Faces Servlet</servlet-name>
           <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
           <load-on-startup>1</load-on-startup>
       </servlet>
  +    
       <servlet-mapping>
           <servlet-name>Faces Servlet</servlet-name>
           <url-pattern>/seam/*</url-pattern>
  
  
  



More information about the jboss-cvs-commits mailing list