Re: tapestry 5 without sessions

2008-10-16 Thread Jack Nuzbit
I've just tested the scenario of being redirected after a validation failure using the quickstart Archetype and the code below. I can see that tapestry is performing a redirect after the onValidateForm even though the form has errors. Is the only solution to persist the form data to a database?

Re: tapestry 5 without sessions

2008-10-16 Thread Jack Nuzbit
Thanks for your responses. if validation fails for a form, you shouldn't be redirected therefore you > need not worry about that, the redirect after the post should occur if > validation succeeds. > That makes a lot of sense. Presumably if the form failure event occurs there will be no redirect t

RE: tapestry 5 without sessions

2008-10-16 Thread Russell Brown
ewise if we discover any as we move forward with our development. Cheers Russell -Original Message- From: Jack Nuzbit [mailto:[EMAIL PROTECTED] Sent: 16 October 2008 15:32 To: Tapestry users Subject: tapestry 5 without sessions I'm about to start a large project and intend to use tap

Re: tapestry 5 without sessions

2008-10-16 Thread Peter Stavrinides
ect from the session immediately after its used. cheers, Peter - Original Message - From: "Jack Nuzbit" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Thursday, 16 October, 2008 5:31:40 PM GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: tapestry 5 withou

tapestry 5 without sessions

2008-10-16 Thread Jack Nuzbit
I'm about to start a large project and intend to use tapestry 5 but want to avoid using sessions due to scalability. The only issue I can see is losing form data when the validation fails because of the redirect after the post. I've noticed the property tapestry.suppress-redirect-from-action-requ