Re: How to avoid calling .do again once click F5 button.

2005-07-14 Thread Michael Jouravlev
I guess it is easier to repost, than to explain how to search mailing list. Rick, Leon, you already have read this ;) === cut here === Tokens are better solution than nothing, but not the best. Token works *after* POST request has been resubmitted. It can help to prevent *data resubmission* on bus

Re: How to avoid calling .do again once click F5 button.

2005-07-14 Thread Martin Gainty
: "Yaroslav Novytskyy" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, July 14, 2005 5:44 AM Subject: Re: How to avoid calling .do again once click F5 button. Hello! I would advise to use synchronization via Session tockens. (I'm working at

RE: How to avoid calling .do again once click F5 button.

2005-07-14 Thread parimal
Yes I do believe using tokens is a cleaner way rgds parimal -Original Message- From: Yaroslav Novytskyy [mailto:[EMAIL PROTECTED] Sent: Thursday, July 14, 2005 3:15 PM To: Struts Users Mailing List Subject: Re: How to avoid calling .do again once click F5 button. Hello! I would advise

Re: How to avoid calling .do again once click F5 button.

2005-07-14 Thread Yaroslav Novytskyy
Hello! I would advise to use synchronization via Session tockens. (I'm working at this process' automation at the moment). Struts' Action already has, what is needed for this are saveToken() and isTokenValid() methods. This technique makes it imposible to execute an action more then once (if

Re: How to avoid calling .do again once click F5 button.

2005-07-14 Thread Leon Rosenberg
before Michael jumps on the train :-) simply send a redirect after executing create action to the list action again? regards Leon On Thu, 2005-07-14 at 14:24 +0530, senthil Kumar wrote: > Hi All., > > In our application, I hava a list of tasks. Each task have a chech box and > once checked the