Author: bdotte
Date: Thu Jul 26 08:22:55 2007
New Revision: 559852
URL: http://svn.apache.org/viewvc?view=rev&rev=559852
Log:
Update documentation to reflect new
org.apache.tapestry.default-property-persistence-strategy property for
TAPESTRY-1448.
Modified:
tapestry/tapestry4/trunk/src/site/xdoc/usersguide/configuration.xml
Modified: tapestry/tapestry4/trunk/src/site/xdoc/usersguide/configuration.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/usersguide/configuration.xml?view=diff&rev=559852&r1=559851&r2=559852
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/usersguide/configuration.xml
(original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/usersguide/configuration.xml Thu Jul
26 08:22:55 2007
@@ -411,6 +411,18 @@
value is equivalent to one week.
</td>
</tr>
+
+ <tr>
+
<td>org.apache.tapestry.default-property-persistence-strategy</td>
+ <td>session</td>
+ <td>
+ The default property persistence strategy
to use for page properties annotated
+ with @Persist. The default is "session",
which stores the properties in the
+ HttpSession as a session attribute.
Tapestry also provides a "client" strategy
+ and additional strategies can be defined.
+ </td>
+ </tr>
+
<tr>
<td>org.apache.tapestry.application-specification</td>
<td></td>