You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2011/05/25 18:53:47 UTC

svn commit: r1127580 - /myfaces/tomahawk/trunk/sandbox/examples20/src/main/webapp/WEB-INF/web.xml

Author: lu4242
Date: Wed May 25 16:53:47 2011
New Revision: 1127580

URL: http://svn.apache.org/viewvc?rev=1127580&view=rev
Log:
remove duplicate param

Modified:
    myfaces/tomahawk/trunk/sandbox/examples20/src/main/webapp/WEB-INF/web.xml

Modified: myfaces/tomahawk/trunk/sandbox/examples20/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/examples20/src/main/webapp/WEB-INF/web.xml?rev=1127580&r1=1127579&r2=1127580&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples20/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/examples20/src/main/webapp/WEB-INF/web.xml Wed May 25 16:53:47 2011
@@ -141,11 +141,6 @@
     <param-value>resources.application</param-value>
   </context-param>
   <context-param>
-    <description>State saving method: 'client' or 'server' (=default). See JSF Specification 2.5.2</description>
-    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
-    <param-value>client</param-value>
-  </context-param>
-  <context-param>
     <description>
 	This parameter tells MyFaces if javascript code should be allowed in
 	the rendered HTML output.