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!

Refresh Home page after closing a modal page called from the main menu

PericlesNov 23 2022

Hello
I'm using Apex 22.2 over an Oracle 21C EX DB using ORDS 22.3.3, and I have a modal form page which is being called straight from the main menu. That form needs a parameter to retrieve the use information from a table.
In order to set the item value, I do create and application level Item which is kept at session level, and is being set when the home page is loaded.
So far everything goes well, but when the modal page is closed, the value of the parameter sent is modified, and it the form is fired again from the main menu fails because is still pointing to the old value.
I tried to set the value of the application item with a process before the form is being closed, but even the application item is modified as can be seen with "view session state" the main page only refresh the value of the link if it is refreshed.
ID_EMP_DATA Definition
image.pngID_EMP_DATA value set at home page when page load
image.pngThe value is send to the modal form
image.pngWhen the form is closed the value of ID_EMP_DATA is changed
image.pngAnd a branch redirect to home page
image.pngIn this comment is suggested to branch the modal form to Home Page but nohting happens
Refresh of application after modal dialog close clicked from a Navigation menu (0 Bytes)Thanks in advance for any comment.
Regards

This post has been answered by fac586 on Nov 24 2022
Jump to Answer
Comments
Post Details
Added on Nov 23 2022
4 comments
2,547 views