users@javaserverfaces.java.net

Re: Help Window

From: Jim Driscoll <Jim.Driscoll_at_Sun.COM>
Date: Sun, 08 Feb 2009 10:08:00 -0800

Like in regular HTML, set target="_blank".

Jim

On 2/8/09 9:13 AM, csantos wrote:
> Hello,
>
> I would like to know how to open a second Window to display help messages
> for the user with JSF Tags. I thought to use<t:commandLink> to create a
> link to another window, but i don't know how to specify that the link should
> be open on a new window.
> Thanks in advance,
>
> Csantos