ICEFACES : Multiple Parameters in link
Posted
by Carlos
on Stack Overflow
See other posts from Stack Overflow
or by Carlos
Published on 2009-08-04T18:16:18Z
Indexed on
2010/04/06
20:03 UTC
Read the original article
Hit count: 302
icefaces
Hello ! i have a datatable with multiple rows , i want to put one link to redirect the values to one Servlet . the old call that i use is similar like this :
a onclick=openWindow('./Servlet?param1=xx¶m2=xxx')
I m newbie in icefaces ... i want your help because i can put one parameter only like this :
ice:outputLinktarget="mainFrame" value="./Servlet?param1=#{item.id}
but when i put two parameters i ve errors in the code ...
ice:outputLinktarget="mainFrame" value="./Servlet?param1=#{item.id}¶m2=#{item.id}
somebody knows to do it ?
thank you very much ! Tommy
© Stack Overflow or respective owner