Skip to Main Content

Java Development Tools

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!

Closing an ADF Dialog with the x button...

557237Feb 23 2007 — edited Nov 2 2010
I am using the ADF Dialog Framework to open a dialog. Everything works fine as long as the user uses my close button rather than uses the browsers close button. I know that my ReturnListener does not fire when the x button is clicked.

I have tried to write javascript on the onunload event of the popup page that would call my close button so that my clean-up logic could occur but the action method for my close button only sometimes fires.

I was hoping maybe there is a cleaner way to know that the dialog has been closed...Can anyone help me??

Thanks in advance,
Wes
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 30 2010
Added on Feb 23 2007
9 comments
1,823 views