removed client side state saving parameter

This commit is contained in:
Keith Donald
2007-11-18 04:38:39 +00:00
parent ebfcf6b6bc
commit 249fb80d9d

View File

@@ -29,12 +29,6 @@
<param-value>false</param-value>
</context-param>
<!-- Use JSF client-side state saving to allow management of state by SWF -->
<context-param>
<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
<param-value>client</param-value>
</context-param>
<!-- Here so the JSF implementation can initialize, not used at runtime -->
<servlet>
<servlet-name>Faces Servlet</servlet-name>