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!

A process runs when condition is never met!

Eslam_ElbyalyJan 13 2022 — edited Jan 13 2022

Hi, I am on Application Express 20.2.0.00.20. I have a process named "Success Message" that have a server side condition of type "request is contained in value". The value is the names of the buttons separated by comma, "SAVE_CREATE,SAVE_UPDATE" without the double quotes. There is a third button in the page named CREATE which when pressed, the process "Success Message" executes. That should never happen because of it's server side condition. Is that a bug in that version?
Debugging shows "accept CREATE" and those requests "SAVE_CREATE,SAVE_UPDATE" are never displayed!

This post has been answered by fac586 on Jan 13 2022
Jump to Answer
Comments
Post Details
Added on Jan 13 2022
5 comments
449 views