Author: ips
Date: 2009-08-05 13:10:06 -0400 (Wed, 05 Aug 2009)
New Revision: 645
Modified:
trunk/core/src/main/webapp/WEB-INF/web.xml
Log:
switch value of javax.faces.STATE_SAVING_METHOD init-param from "client" to
"server" (see
https://jira.jboss.org/jira/browse/JBPAPP-2345)
Modified: trunk/core/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/core/src/main/webapp/WEB-INF/web.xml 2009-08-05 00:03:31 UTC (rev 644)
+++ trunk/core/src/main/webapp/WEB-INF/web.xml 2009-08-05 17:10:06 UTC (rev 645)
@@ -79,7 +79,7 @@
<context-param>
<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
- <param-value>client</param-value>
+ <param-value>server</param-value>
</context-param>
<context-param>