Thanks Chris ... that makes sense now!
- Original Message
From: Chris Lewis <[EMAIL PROTECTED]>
To: Tapestry users
Sent: Saturday, 10 May, 2008 4:34:26 PM
Subject: Re: Page property reset during request
T5 does a redirect after form posts, so using persist is probably how
one sho
T5 does a redirect after form posts, so using persist is probably how
one should do this (probably @Persist("flash")). The redirect-after-post
removes the danger of things like double posts (from page refreshes, etc).
Toby Hobson wrote:
> I managed to get around this by using @Persist on the start
possible helps:
http://87.193.218.134:8080/t5components/t5c-commons/ref/org/apache/tapestry/commons/components/PagedLoop.html
2008/5/10 Toby Hobson <[EMAIL PROTECTED]>:
> I managed to get around this by using @Persist on the startIndex property
> but this doesn't seem right - do I need to use th
I managed to get around this by using @Persist on the startIndex property but
this doesn't seem right - do I need to use the session for a single request?
Toby
- Original Message
From: Toby Hobson <[EMAIL PROTECTED]>
To: users@tapestry.apache.org
Sent: Saturday, 10 May, 2008 1:31:52 PM