You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by to...@apache.org on 2005/12/19 23:33:11 UTC

svn commit: r357819 - /myfaces/examples/trunk/conf/web-develop.xml

Author: tomsp
Date: Mon Dec 19 14:33:08 2005
New Revision: 357819

URL: http://svn.apache.org/viewcvs?rev=357819&view=rev
Log:
applied patch MYFACES-900

Modified:
    myfaces/examples/trunk/conf/web-develop.xml

Modified: myfaces/examples/trunk/conf/web-develop.xml
URL: http://svn.apache.org/viewcvs/myfaces/examples/trunk/conf/web-develop.xml?rev=357819&r1=357818&r2=357819&view=diff
==============================================================================
--- myfaces/examples/trunk/conf/web-develop.xml (original)
+++ myfaces/examples/trunk/conf/web-develop.xml Mon Dec 19 14:33:08 2005
@@ -46,7 +46,7 @@
 
     <context-param>
         <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
-        <param-value>client</param-value>
+        <param-value>server</param-value>
         <description>
             State saving method: "client" or "server" (= default)
             See JSF Specification 2.5.2