Re: REpost: T3: Stop back button view after form submits.

2008-06-03 Thread Andy Pahne
t and didn't think it would go through:) --James - Original Message - From: "James & Carrie" < [EMAIL PROTECTED]> To: "Tapestry users" Sent: Monday, June 02, 2008 9:26 AM Subject: REpost: T3: Stop back button view after form submits. Hello, I was told I p

Re: T3: Stop back button

2008-06-02 Thread zack1403
; --James > > - Original Message - > From: "zack1403" <[EMAIL PROTECTED]> > To: > Sent: Monday, June 02, 2008 3:01 AM > Subject: Re: T3: Stop back button > > >> >> Do you really think this is the right thread for that question? Also,

Re: REpost: T3: Stop back button view after form submits.

2008-06-02 Thread Gutemberg A. Da Silva
--- Original Message - From: "James & Carrie" < > [EMAIL PROTECTED]> > To: "Tapestry users" > Sent: Monday, June 02, 2008 9:26 AM > Subject: REpost: T3: Stop back button view after form submits. > > > > Hello, > > I was told I posted th

RE: T3: Stop back button

2008-06-02 Thread Jonathan Barker
> -Original Message- > From: James Sherwood [mailto:[EMAIL PROTECTED] > Sent: Monday, June 02, 2008 8:24 AM > To: Tapestry users > Subject: Re: T3: Stop back button > > Zack, > > 1: I just posted it to the Tapestry mailing list so I am not sure how you > view the li

Re: REpost: T3: Stop back button view after form submits.

2008-06-02 Thread James Sherwood
disregard, im an idiot and sent it from the wrong account and didn't think it would go through:) --James - Original Message - From: "James & Carrie" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Monday, June 02, 2008 9:26 AM Subject: REpost: T

REpost: T3: Stop back button view after form submits.

2008-06-02 Thread James & Carrie
Hello, I was told I posted this in the wrong spot so I am sending to the list again and hopefully it goes in the right spot.. I am trying to stop users from submitting a form and then pressing the back button and seeing the form again. I would like to either redirect them somehow or just show

Re: Repost: T3: Stop back button view of a form

2008-06-02 Thread James Sherwood
: "Lance Java" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Monday, June 02, 2008 9:59 AM Subject: Re: Repost: T3: Stop back button view of a form Ok, here's a solution... use an onload script to either a) populate a zone with the form fields b) populate the

Re: Repost: T3: Stop back button view of a form

2008-06-02 Thread Lance Java
Ok, here's a solution... use an onload script to either a) populate a zone with the form fields b) populate the zone with an already submitted message This way the form will not be in the browser's cache. If you want to redirect you'll need to use javascript since it'll be an ajax request. Cheers

Re: Repost: T3: Stop back button view of a form

2008-06-02 Thread Lance Java
Not really possible I'm sorry, when a user hits the back button, the page they are viewing is in their browser cache (ie not a serverside hit). Probably the best solution is to set a flag (persistant property or in the db) on first form submit then fail any subsequent submits by redirecting to an e

Repost: T3: Stop back button view of a form

2008-06-02 Thread James Sherwood
Hello, I was told I posted this in the wrong spot so I am sending to the list again and hopefully it goes in the right spot.. I am trying to stop users from submitting a form and then pressing the back button and seeing the form again. I would like to either redirect them somehow or just show

Re: T3: Stop back button

2008-06-02 Thread James Sherwood
don't have anything constructive towards the post, please just do not post... Thanks, --James - Original Message - From: "zack1403" <[EMAIL PROTECTED]> To: Sent: Monday, June 02, 2008 3:01 AM Subject: Re: T3: Stop back button Do you really think this is the right

Re: T3: Stop back button

2008-06-01 Thread zack1403
CTED]> > To: "Tapestry users" > Sent: Friday, May 30, 2008 6:46 PM > Subject: Re: T3: Stop back button > > >> Isn't obvious? What exactly do you want your application to do? >> >> On Fri, May 30, 2008 at 1:46 PM, James Sherwood >> <[EM

Re: T3: Stop back button

2008-06-01 Thread James Sherwood
uot;Javier Sanchez" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Friday, May 30, 2008 6:46 PM Subject: Re: T3: Stop back button Isn't obvious? What exactly do you want your application to do? On Fri, May 30, 2008 at 1:46 PM, James Sherwood <[EMAIL PROTECT

Re: T3: Stop back button

2008-05-30 Thread Javier Sanchez
Isn't obvious? What exactly do you want your application to do? On Fri, May 30, 2008 at 1:46 PM, James Sherwood <[EMAIL PROTECTED]> wrote: > Hello all, > > We are using tapestry 3. We need to make it so when a user submits a form > and then presses the back button, it does not show them the for

T3: Stop back button

2008-05-30 Thread James Sherwood
Hello all, We are using tapestry 3. We need to make it so when a user submits a form and then presses the back button, it does not show them the form. Any ideas? --James - To unsubscribe, e-mail: [EMAIL PROTECTED] For add