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:

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:

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