You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Mick Knutson <mi...@gmail.com> on 2006/11/04 08:48:20 UTC

Examples with h:commandLink opening a page in another frame of a frameset

I have a frameset I want to keep mostly static, but there are a couple
operations I want to have a h:commandLink redirect the other frame to a
differnt URL.
login/logout is an example of this.

How do I have:

frame1: h:commandLink target="frame2"

-- 

Thanks

DJ MICK
http://www.djmick.com
http://www.myspace.com/mickknutson

Re: Examples with h:commandLink opening a page in another frame of a frameset

Posted by Werner Punz <we...@gmx.at>.
Mick Knutson schrieb:
> I have a frameset I want to keep mostly static, but there are a couple
> operations I want to have a h:commandLink redirect the other frame to a
> differnt URL.
> login/logout is an example of this.
> 
> How do I have:
> 
> frame1: h:commandLink target="frame2"
> 
> -- 
> 
> Thanks
> 
> DJ MICK
> http://www.djmick.com
> http://www.myspace.com/mickknutson <http://www.myspace.com/mickknutson>
Correct me if i am wrong, but commandlink should have a target attribute..