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