give a chance to this;
window.parent.opener.document.getElementById('form:buttonId').click();
i use parent-refresh-from-popup with oracle adf faces. dialogs in adf faces
are automatically placed in a frame, so i use "window.parent..."
On 5/23/07, Bjørn T Johansen <[EMAIL PROTECTED]> wrote:
We are using components from tomahawk, maybe I should check out
ajax2jsf...
BTJ
On Wed, 23 May 2007 09:35:06 -0400
"Anil Kommareddi" <[EMAIL PROTECTED]> wrote:
>
> If you use Trinidad, you can use their dialog framework for this. If
using
> Tomahawk, take a look at ajax2jsf's reRender support.
>
>
http://labs.jboss.com/file-access/default/members/jbossajax4jsf/freezone/doc
> s/devguide/index.html
>
> -----Original Message-----
> From: Bjørn T Johansen [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 23, 2007 8:02 AM
> To: [email protected]
> Subject: SPAM-LOW: Re: Submitting parent window from child window?
>
> No one has done this before or?
>
> BTJ
>
> On Tue, 22 May 2007 13:15:25 +0200
> Bjørn T Johansen <[EMAIL PROTECTED]> wrote:
>
> > I have searched all day but I can't seem to find a solution that does
> > work (I have found many solutions but none works for me...) I am using
> > the myfaces wiki
> > (http://wiki.apache.org/myfaces/JavascriptOpenNewWindow) to show me
> > how to open and close a popup window using actionlistener meethods and
> > this works as it should. The problem is that when I close the popup
> window, the popup windows has chosen some values that are displayed in
the
> parent window, so I need to refresh the parent window, so it displays
the
> values that were chosen but I can't find a way to do this...
> >
> > Anyone have a hint?
> >
> >
> > Regards,
> >
> > BTJ
> >