Author: cluts
Date: 2008-07-24 09:13:12 -0400 (Thu, 24 Jul 2008)
New Revision: 9765
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/AUGWADParams.xml
Log:
RF-3677 - described this functionality.
Modified: trunk/docs/userguide/en/src/main/docbook/modules/AUGWADParams.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/AUGWADParams.xml 2008-07-24 12:23:28
UTC (rev 9764)
+++ trunk/docs/userguide/en/src/main/docbook/modules/AUGWADParams.xml 2008-07-24 13:13:12
UTC (rev 9765)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<section id="WebApplicationDescriptorParameters">
- <?dbhtml filename="WebApplicationParameters.html"?>
+<?dbhtml filename="WebApplicationParameters.html"?>
<title>Web Application Descriptor Parameters</title>
@@ -146,7 +146,25 @@
Defines in seconds how long streamed back to browser resources can be
cached
</entry>
</row>
-
+
+ <row>
+ <entry>org.ajax4jsf.SERIALIZE_SERVER_STATE</entry>
+ <entry>false</entry>
+ <entry>
+ If enabled the component state (not the tree) will be
+ serialized before being stored in the session. This
+ may be desirable for applications that may have issues
+ with view state being sensitive to model changes.
+ Instead of this parameter can use
+ <code>com.sun.faces.serializeServerState</code>
+ and
+ <code>
+ org.apache.myfaces.SERIALIZE_STATE_IN_SESSION
+ </code>
+ parameters for corresponding environments.
+ </entry>
+ </row>
+
</tbody>
</tgroup>
</table>
Show replies by date