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!

No validation done when submit page via dynamic action

Martin1May 18 2023

Hi,

i created a modal dialog page with a save button which triggers on click the following dynamic actions:
1. Submit Page → do the validation
2. Execute Server-side Code (PL/SQL) → insert data into database
3. Close Dialog → close dialog and return an item to the parent page

All works fine but at the first dynamic action ‘Submit Page’ i expect the validation is to be done and the further actions (2. and 3.) have not to be executed when the validation fails. This behavior as i expect doesn't work. How can i achieve it?

Many thanks in advance.

Regards,
Martin

This post has been answered by Gabriel Guzman on May 18 2023
Jump to Answer
Comments
Post Details
Added on May 18 2023
10 comments
4,948 views