我有以下代碼:JSF發送隱藏輸入到另一個JSF
<h:commandLink action="#{clController.action()}"
value="#{item.code}" >
<input type="hidden" name="address" value="#{item.address}" />
<input type="hidden" name="address" value="#{item.name}" />
<input type="hidden" name="address" value="#{item.taxDept}" />
</h:commandLink>
頁中列出像上面超過12個鏈接。我想要做的是將所有這些隱藏信息發送給另一個用戶點擊的jsf。
當我點擊commandLink它會進入其他頁面。但是,我如何顯示這些值?
現在是答案更清楚了嗎? – 2013-04-27 02:11:29