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

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


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

  Modified:    examples/messages/resources/WEB-INF  web.xml
  Log:
  get rid of client-side JSF state saving in examples
  
  Revision  Changes    Path
  1.9       +1 -7      jboss-seam/examples/messages/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/messages/resources/WEB-INF/web.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- web.xml	4 Apr 2007 18:30:40 -0000	1.8
  +++ web.xml	26 Jun 2007 19:58:42 -0000	1.9
  @@ -15,18 +15,12 @@
           <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
       </listener> 
   
  -    <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>
       
  -    <!-- Faces Servlet Mapping -->
       <servlet-mapping>
           <servlet-name>Faces Servlet</servlet-name>
           <url-pattern>*.seam</url-pattern>
  
  
  



More information about the jboss-cvs-commits mailing list