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!

Conditional button display

user5108636May 24 2018 — edited May 24 2018

Hi All,

     Using APEX 5.1.3 with universal theme. From Page 400, if I press a button does a page submit and takes the user to Page 401. I have a DA on page load in page 401 that sets session value in PLSQL for page item P401_NUM.

On page 401 I have a conditional button which is displayed only if P401_NUM is null. However, inspite of putting this server side condition, the button is displayed each time even if the session value for P401_NUM is not null.

I even tried a refresh of the region after the DA PLSQL  code.

Please advise.

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 21 2018
Added on May 24 2018
6 comments
2,534 views