frame problem in jsf

hi

i have created a jsf page in which i created three frame top,lfet,and right.this jsf page this page loads after the user authentication,in the top frame some image and name and time of the user display.in the right frame some links are genrated according to user privileges.i want that when user click any link from the right frame the page should open in the right frame.

but htis is not happenig.as i gave the target as the name of my right frame.

plz help

thank

[499 byte] By [Gupta] at [2007-11-26 12:17:09]
# 1
I don't think I understand the problem... Are you sure you didn't get any rights and lefts mixed up in your description of the problem?CowKing
IamCowKing at 2007-7-7 14:54:14 > top of Java-index,Archived Forums,Socket Programming...
# 2
my problem is that when i click the link genrated in the left frame the related page should open in the right frame.but it is not happening.remember that every thing is in jsf.thanks
Gupta at 2007-7-7 14:54:14 > top of Java-index,Archived Forums,Socket Programming...
# 3
Maybe you need to use javascript to solve your problem.
LiuGaojun at 2007-7-7 14:54:14 > top of Java-index,Archived Forums,Socket Programming...
# 4
Is the generated HTML source code correct?
BalusC at 2007-7-7 14:54:14 > top of Java-index,Archived Forums,Socket Programming...
# 5
you try:<commandlink ... target="right_frame_name" />
bigsheep at 2007-7-7 14:54:14 > top of Java-index,Archived Forums,Socket Programming...