You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@apache.org on 2004/07/08 00:31:33 UTC

cvs commit: jakarta-struts/contrib/struts-faces/web/example/WEB-INF web.xml

craigmcc    2004/07/07 15:31:33

  Modified:    contrib/struts-faces/web/example/WEB-INF web.xml
  Log:
  Switch to client side state saving for one example app, to verify that
  things work correctly.
  
  Revision  Changes    Path
  1.5       +5 -0      jakarta-struts/contrib/struts-faces/web/example/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/web/example/WEB-INF/web.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- web.xml	8 Mar 2004 03:07:36 -0000	1.4
  +++ web.xml	7 Jul 2004 22:31:33 -0000	1.5
  @@ -28,6 +28,11 @@
   
     <display-name>Struts-Faces Integration Library Example</display-name>
   
  +  <context-param>
  +    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
  +    <param-value>client</param-value>
  +  </context-param>
  +
     <!-- JavaServer Faces Servlet Configuration -->
     <servlet>
       <servlet-name>faces</servlet-name>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org