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!

Problems with Modal/Nonmodal Dialog Closed DA

unficypJul 17 2016 — edited Jul 17 2016

Hi,

i have some problems i don't understand.

currently working with 5.0.4 on 11.2.0.4

Building an internal Ticketing App (301, APEX 5.0.2) for our CallCenter. 1 Page opens a non modal dialog via several buttons.

Each of the buttons has a "Dialog Closed" DS attached to reload the parent page when the non modal dialog closes.

But this didn't work, all of the processes in the non modal dialog are working, except for the DS in the parent page.

Changed the non modal dialog to modal dialog -> no difference.

So i did the following:

- Created a new app (101, APEX 5.0.2) with 5.0.2, new page 1 region, 2 buttons. One opens a modal dialog, the other a non modal dialog.

- Both buttons have DAs to capture the dialog closed event.

- Both DA's are working, the debug output in the JS console shows:

2016-07-17_11h55_57.png

so everything fine.

I rebuild the functionality in another app (103, maybe this app existed in 4.2 and was migrated to 5.0.2 and UT), new page, this time none of the DA's are working.

Then i copied the 3 pages from app 101 to 103 and this time only the DA for the modal dialog works anymore:

2016-07-17_11h58_09.png

So my questions:

- Did i do something wrong ?

- How to find the my error/bug - I may understand that migrating from 4.2 Themes to 5.0.x UT can make problems, but why is it not working in 301 but in 101 ?

thanks in advance.

gerald

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 14 2016
Added on Jul 17 2016
1 comment
415 views