Re: Page property reset during request

2008-05-10 Thread Toby Hobson
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

Re: Page property reset during request

2008-05-10 Thread Chris Lewis
ersist 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

Re: Page property reset during request

2008-05-10 Thread Sven Homburg
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 > Subject: Page property reset during request > > Hi

Re: Page property reset during request

2008-05-10 Thread Toby Hobson
1:31:52 PM Subject: Page property reset during request Hi I have a simple problem which is probably due to my lack of understanding about the Tapestry request cycle: I am trying to implement a basic pagination system - I have a form with a textfield called startIndex and a loop component whi

Page property reset during request

2008-05-10 Thread Toby Hobson
Hi I have a simple problem which is probably due to my lack of understanding about the Tapestry request cycle: I am trying to implement a basic pagination system - I have a form with a textfield called startIndex and a loop component which iterates through a list of values. Basically I am tryi