Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The "FormClientPersistence" page has been changed by BobHarner.
The comment on this change is: outdated note.
http://wiki.apache.org/tapestry/FormClientPersistence?action=diff&rev1=2&rev2=3

--------------------------------------------------

+ || NOTE: This is outdated information that applies only to Tapestry 4. For 
current information see 
[[http://tapestry.apache.org/persistent-page-data.html]]. ||
+ 
  Tapestry's client persistence is great, but can be over-zealous in encoding 
the data to every URL in sight.  Sometimes, what you want is for normal 
navigation links to remain unsullies, but forms to get the client persisted 
data so that if they cause a page re-render due to validation, everything still 
works.  This persistence strategy does just that...
  
  You'll need a Persistence strategy, a persistence scope, and some hivemodule 
magic.  Once it's done, just use @Persist("client:form") to use.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to