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

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


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

  Modified:    examples/ui/resources/WEB-INF  web.xml
  Log:
  get rid of client-side JSF state saving in examples
  
  Revision  Changes    Path
  1.11      +2 -7      jboss-seam/examples/ui/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/ui/resources/WEB-INF/web.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- web.xml	30 May 2007 00:38:40 -0000	1.10
  +++ web.xml	26 Jun 2007 19:58:45 -0000	1.11
  @@ -44,11 +44,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>
  @@ -58,7 +53,7 @@
           <param-value>true</param-value>
       </context-param>
       
  -    <!-- Faces Servlet Mapping -->
  +    <!-- Faces Servlet -->
       
       <servlet>
           <servlet-name>Faces Servlet</servlet-name>
  
  
  



More information about the jboss-cvs-commits mailing list