You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Sorin Silaghi <so...@gmail.com> on 2007/03/22 18:23:18 UTC

Re: jscookMenu with outputLink?

is there any way of doing this dynamically ? ... I have tried returning a
link from the backing bean but it doesn't work...


On 2/1/07, Ingmar Lötzsch <il...@asci-systemhaus.de> wrote:
>
> correction
>
> "Set action to
> "javascript:window.open('http://...', '_blank')". In this case the
> target/form name is interpreted as target."
>
> should be
>
> Set action to
> "javascript:window.open('http://...', '_blank')". In this case the
> target/form name is ignored.
>