Re: double click submit button problem

2004-05-22 Thread Jignesh Patel
Thanks Denial, But the code which I have submitted fine, there is no need to add anything extra. -Jignesh On Friday 21 May 2004 21:36, Daniel Perry wrote: > If you are calling saveToken(request) before isTokenValid like your code > suggests, you are probably overwriting the token in the session,

RE: double click submit button problem

2004-05-21 Thread Daniel Perry
If you are calling saveToken(request) before isTokenValid like your code suggests, you are probably overwriting the token in the session, so it is different to the one being submitted in the form! It should happen as follows: In the action that gives the form: saveToken(request); Then in the act