Re: Persist unvalidated values entered in Form

2013-01-14 Thread Muhammad Gelbana
If the use has to navigate to "another" page to fix it, then you may use the @SessionState annotation Check this page: http://tapestry.apache.org/session-storage.html On Mon, Jan 14, 2013 at 6:21 PM, Markus Rau wrote: > Can i persist the contents of a BeanEditForm somehow? I try to get the > fol

Re: Persist unvalidated values entered in Form

2013-01-14 Thread Thiago H de Paula Figueiredo
On Mon, 14 Jan 2013 14:21:21 -0200, Markus Rau wrote: Can i persist the contents of a BeanEditForm somehow? Nope, but you can persist the object you pass to it. I try to get the following scenario to work: a user tries to enter new data in a CRUD application and gets some errors after submi