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