prevent double click / double submit
603011Oct 12 2007 — edited Mar 3 2008Hi,
I have a JSP with some input fields and some command buttons within a form. When the user clicks twice on one of the buttons two requests (including the form data) are sent.
In the server side this results in unpredictable behvior of my business logic. So I decided to prevent these double clicks on buttons. Now I have the following question.
Are there ADF means to achive this or do I have to use JavaScript (what I wouldn't prefer)?
Thanks for you help.
Tom