Missing documentation on client:page and client:app persistence strategies
--------------------------------------------------------------------------
Key: TAPESTRY-1711
URL: https://issues.apache.org/jira/browse/TAPESTRY-1711
Project: Tapestry
Issue Type: Improvement
Components: Documentation
Affects Versions: 4.1.2, 4.1.1, 4.1
Reporter: Ulrich Stärk
Fix For: 4.1.3
Please update the documentation for property persistence to reflect the
client:page and client:app persistence strategies. Here is the text you could
use:
There are two scopes for storing properties on the client: app and page,
denoted by client:app and client:page. If you omit the scope, i.e you specify
client to be the persistence strategy, it will default to client:page.
Properties marked persistent with client:page will be persistent until another
page is activated and rendered. Properties marked persistent with client:app
will always be there.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]