<h:commandLink action="http://192.168.2.66:8084/TekirMobile2/customerListDetailed.xhtml" value="#{item.code}" >
<h:inputHidden value="#{item.address}" />
<h:inputHidden value="#{item.name}" />
</h:commandLink>
I have above code. This code in customerList.xhtml and after user click to the commandLink button i want to send input hidden value to customerListDetailed.xhtml. How can i do that?