Re: ADFFACES-191 - help

2006-10-11 Thread Martin Koci
I fixed this issue with following: (1) CoreRenderKit.returnFromDialog will render only close(): out.write(script); out.write(top.close()); out.write(/script); (2) FredJSP.service will render call of callback in onunload: String callback = 'ADFDialogReturn[ + returnId + ]();';

Re: Re: ADFFACES-191 - help

2006-10-11 Thread Adam Winer
On 10/11/06, Martin Koci [EMAIL PROTECTED] wrote: I fixed this issue with following: (1) CoreRenderKit.returnFromDialog will render only close(): out.write(script); out.write(top.close()); out.write(/script); (2) FredJSP.service will render call of callback in onunload: String callback =