Author: andyhot
Date: Fri Apr 21 20:53:40 2006
New Revision: 396068
URL: http://svn.apache.org/viewcvs?rev=396068&view=rev
Log:
Updated documentation of persist attribute
Modified:
tapestry/tapestry4/branches/4.0/src/documentation/content/xdocs/UsersGuide/spec.xml
tapestry/tapestry4/branches/4.0/status.xml
Modified:
tapestry/tapestry4/branches/4.0/src/documentation/content/xdocs/UsersGuide/spec.xml
URL:
http://svn.apache.org/viewcvs/tapestry/tapestry4/branches/4.0/src/documentation/content/xdocs/UsersGuide/spec.xml?rev=396068&r1=396067&r2=396068&view=diff
==============================================================================
---
tapestry/tapestry4/branches/4.0/src/documentation/content/xdocs/UsersGuide/spec.xml
(original)
+++
tapestry/tapestry4/branches/4.0/src/documentation/content/xdocs/UsersGuide/spec.xml
Fri Apr 21 20:53:40 2006
@@ -1393,7 +1393,9 @@
<td>
If blank (the default), then the property is transient (i.e., not
persistent). Otherwise, the
name of a persistence strategy must be supplied. The most common persistence
- strategy is "session" (the property is stored into an HttpSession attribute).
+ strategy is "session" (the property is stored into an HttpSession attribute)
- see
+ <link href="state.html#state.page-properties.types">Managing
server-side state</link> for
+ more details.
</td>
</tr>
<tr>
Modified: tapestry/tapestry4/branches/4.0/status.xml
URL:
http://svn.apache.org/viewcvs/tapestry/tapestry4/branches/4.0/status.xml?rev=396068&r1=396067&r2=396068&view=diff
==============================================================================
--- tapestry/tapestry4/branches/4.0/status.xml (original)
+++ tapestry/tapestry4/branches/4.0/status.xml Fri Apr 21 20:53:40 2006
@@ -57,6 +57,9 @@
</todo>
<changes>
<release version="4.0.3" date="unreleased" >
+ <action type="update" dev="AA" fixes-bug="TAPESTRY-366">
+ Documentation of persist attribute.
+ </action>
<action type="fix" dev="AA" fixes-bug="TAPESTRY-842"
due-to="Alan Chandler">
Wrong example for Script component.
</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]