[jboss-cvs] jboss-seam/examples/remoting/helloworld/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/remoting/helloworld/resources/WEB-INF  web.xml
  Log:
  get rid of client-side JSF state saving in examples
  
  Revision  Changes    Path
  1.9       +0 -9      jboss-seam/examples/remoting/helloworld/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/remoting/helloworld/resources/WEB-INF/web.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- web.xml	5 Apr 2007 22:05:47 -0000	1.8
  +++ web.xml	26 Jun 2007 19:58:43 -0000	1.9
  @@ -5,8 +5,6 @@
       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">
   
  -    <!-- Seam -->
  -   
       <listener>
           <listener-class>org.jboss.seam.servlet.SeamListener</listener-class>
       </listener>
  @@ -36,11 +34,6 @@
       </listener> 
   
       <context-param>
  -        <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
  -        <param-value>client</param-value>
  -    </context-param>
  -
  -    <context-param>
           <param-name>facelets.DEVELOPMENT</param-name>
           <param-value>true</param-value>
       </context-param>
  @@ -56,8 +49,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