I am using XE 11g with Apex 5.0 and the Universal theme. This is a brand new app I am creating.
The onclick event for buttons is firing twice and I cannot seem to prevent this. When I create a new tabular form on ay page, the Add Row button fires twice. To test that this is the case, I have changed the action of the button to "Directied by Dynamic Action" and then added to the Custom attributes onclick="alert('test the event');. The alert fires twice. When I return the button to its normal add_row functionality, there are two frows added to the tabular form.
This is not unique to the tabular form button, but all buttons.
Please can some help or advise as to how I prevent this.
Thanks in advance.
Bruce Clark