I tried several variants of this but no one worked but yours did... Thx... :)
BTJ
On Wed, 23 May 2007 14:35:48 +0200
"Volker Weber" <[EMAIL PROTECTED]> wrote:
> Hi Bjørn,
>
> i have done this before, but with tobago, not with tomahawk or plain jsf.
>
> I don't know what is needed there to submit, but something like
>
> window.opener.document.getElementById('form:buttonId').click();
>
> should at least simulate a click on a button in the parent window.
>
> hope this helps.
>
>
> Regards,
> Volker
>
>
> 2007/5/23, Bjørn T Johansen <[EMAIL PROTECTED]>:
> > 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
> > >