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

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


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

  Modified:    examples/registration/resources/WEB-INF  web.xml
  Log:
  get rid of client-side JSF state saving in examples
  
  Revision  Changes    Path
  1.25      +1 -7      jboss-seam/examples/registration/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/registration/resources/WEB-INF/web.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- web.xml	21 Jun 2007 23:28:21 -0000	1.24
  +++ web.xml	26 Jun 2007 19:58:43 -0000	1.25
  @@ -16,11 +16,6 @@
       </listener> 
   
       <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>
  @@ -31,7 +26,6 @@
           <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