[seam-commits] Seam SVN: r15517 - branches/enterprise/WFK-2_1/examples/seambay/seambay-web/src/main/webapp/WEB-INF.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Jun 3 09:21:11 EDT 2013


Author: manaRH
Date: 2013-06-03 09:21:10 -0400 (Mon, 03 Jun 2013)
New Revision: 15517

Modified:
   branches/enterprise/WFK-2_1/examples/seambay/seambay-web/src/main/webapp/WEB-INF/web.xml
Log:
JBSEAM-5102 changed from client to server JSF state saving method

Modified: branches/enterprise/WFK-2_1/examples/seambay/seambay-web/src/main/webapp/WEB-INF/web.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/seambay/seambay-web/src/main/webapp/WEB-INF/web.xml	2013-06-03 13:21:01 UTC (rev 15516)
+++ branches/enterprise/WFK-2_1/examples/seambay/seambay-web/src/main/webapp/WEB-INF/web.xml	2013-06-03 13:21:10 UTC (rev 15517)
@@ -43,7 +43,7 @@
     
     <context-param>
         <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
-        <param-value>client</param-value>
+        <param-value>server</param-value>
     </context-param>
     
     <!-- URL Rewrite Filter -->



More information about the seam-commits mailing list