Hi.

I am working on an application that has a link to create a new object. To avoid the creation of the object twice in case of a double-click, I followed the indications on http://wiki.apache.org/jakarta-turbine/Turbine2/UsersGuide/TurbineActionDoubleSubmit

So I added a 'session_access_counter' parameter in the request and it works fine.

However my problem is that in case of an invalid request (following a double-click, refresh or back), I don't want to return an error page to the user (the page template.invalidstate or screen.invalidstate). Instead I'd like to return no response, or to simply ignore the second click (and normally continue the execution).

Is it something that seems possible to do?

Thank you very much for your help and suggestions.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to