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!

Disable + Darken Background while invoking Popup from a Managed Bean ?

919094Apr 25 2012 — edited Apr 25 2012
I am invoking a popup (panel window) from a backing class as
RichPopup.PopupHints hints = new RichPopup.PopupHints();
callPopup.show(hints);
But the background is not getting darkened and the page components are still clickable... unlike the declarative way where the background get darkened / disabled.

Thanks
<font face="courier">(Using Jdev 11g R2, ADF Fusion Web)</font>
This post has been answered by ILya Cyclone on Apr 25 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 23 2012
Added on Apr 25 2012
2 comments
317 views