AJAX Buttons running twice!?

Anyone else facing this issue?

Just two days ago I re-generated some apps using the latest v9 update. These apps were working just perfect. However, now any AJAX button when run, it executes TWICE! Yes, AJAX buttons when clicked run twice and this is causing MAJOR problems with a project that is deployed and is being used in an enterprise environment!

Please if anyone found a solution to this advise me with thanks.

ASH

So I took-up paid support and it was admitted that this was in-fact a bug. Every AJAX button I have in my project runs twice when executed! You can imagine the disasters this can cause: duplicate records created, doubling values, etc… But until now no bug-fix has been issued. It’s been 20 days… why can’t the developers tackle this bug quickly?

Does anyone know if this was ever resolved? I am having a similar issue… if the user becomes impatient and clicks the ajax button more than once, multiple AJAX events are generated and the code executes multiple times. Is there a commonly known technique to prevent this?