Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

prevent double click / double submit

603011Oct 12 2007 — edited Mar 3 2008
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 31 2008
Added on Oct 12 2007
5 comments
4,317 views