Re: action being re-executed when target page is refreshed

2007-08-20 Thread abhiram
that was very useful..Thank you sir. thank you very much.. Laurie Harper <[EMAIL PROTECTED]> wrote: Basically, the suggestion is to send a redirect after processing the form submission. Just set redirect="true" on the forward mapping for the page you show after handling the form. L. abhiram w

Re: action being re-executed when target page is refreshed

2007-08-20 Thread Laurie Harper
Basically, the suggestion is to send a redirect after processing the form submission. Just set redirect="true" on the forward mapping for the page you show after handling the form. L. abhiram wrote: ! thanks for the response.. as i am new to struts, i did not understand the meaning of "submi

Re: action being re-executed when target page is refreshed

2007-08-19 Thread abhiram
! thanks for the response.. as i am new to struts, i did not understand the meaning of "submit and redirect that will change the URL in the browser and --" could you xplain a bit more clearly ? Nuwan Chandrasoma <[EMAIL PROTECTED]> wrote: Hi, use the struts token to avoid multiple form submits

Re: action being re-executed when target page is refreshed

2007-08-19 Thread Nuwan Chandrasoma
Hi, use the struts token to avoid multiple form submits or else do something like submit and re-direct, that will change the URL in the browser and will not all the same action mapping again. Thanks, Nuwan abhiram wrote: hi i have a little problem.. i am using struts 1.2. when i refresh