atom feed2 messages in net.java.dev.javaserverfaces.usersRe: Help Window
FromSent OnAttachments
csantosFeb 8, 2009 9:13 am 
Jim DriscollFeb 8, 2009 10:07 am 
Subject:Re: Help Window
From:Jim Driscoll (Jim.@Sun.COM)
Date:Feb 8, 2009 10:07:37 am
List:net.java.dev.javaserverfaces.users

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,