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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Make APEX_ERROR.ADD_ERROR not stop execution

Luigi CicconeSep 8 2022

I want to show multiple error messages in page submit, but when i use APEX_ERROR.ADD_ERROR it stops the execution, like RAISE_APPLICATION_ERROR, and i wanted to make it stack the errors.
When i used APEX 19 in another company i worked on, it never stopped the execution, so it was possible to do this.
I'm using version 21.1 now. I don't know if it's possible to make this anymore, and if you can, if you can make it so this behaviour only applies to a specific process, or a specific page, because otherwise i would have to change all of my application's pages.

This post has been answered by Luigi Ciccone on Sep 8 2022
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked 41 hours ago
Added on Sep 8 2022
4 comments
905 views