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>