Skip to Main Content

APEX

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!

20.1 - Alert and Confirm Dynamic Actions Changed

TomekJul 27 2020 — edited Jul 29 2020

In 20.1 documentation there is cryptic note about changed behavior for "Alert" and "Confirm" Dynamic actions. I would like to find more explanation as it seems some of my code stopped working as before.

I have a "Modal Dialog" page which collects some data and saves it via plsql call. In 19.2 I had a "Confirm" call executed on "Before Page Submit" event which depending on the user response either stooped any further processing or perform database call.

After the upgrade to 20.1 the "Confirm" window pops up but the page never stops and performs plsql call which saves the data and returns to the "parent" page. The "Confirm" dialog stays open but the "OK" or "Cancel" user actions are not relevant anymore.

Is this a bug? If not how can I accomplish the same behavior?

Tomas

This post has been answered by InoL on Jul 28 2020
Jump to Answer
Comments
Post Details
Added on Jul 27 2020
7 comments
1,831 views