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!

How to pass value from Page to the Modal Dialog without calling Submit Page operation?

Paul SusantoJan 25 2021

Hi All,
APEX Version: 18.1.0.00.45
I am stuck with a very simple requirement. I have a page with an item as BUSINESS_UNIT. The type is PopupLOV.
Also, I have a Button to open a Modal Dialog.
Now, when I select a value in the BUSINESS_UNIT PopupLov and click on the button, it will launch a Modal Dialog inside which we have an item with type as Text Field where the selected BUSINESS_UNIT from the page should be displayed.
The problem is I cannot Submit the page as in that case the whole page is getting Refreshed. Hence, I am thinking if there is a way by which we can pass the BUSINESS_UNIT from the page to the modal dialog without calling the Page Submit operation.
Thanks & Regards,
Susanto Paul

Comments
Post Details
Added on Jan 25 2021
3 comments
3,883 views