我想傳遞的值當我點擊一個錶行:<F:setPropertyActionListener>父的類型了ActionSource不
<h:outputLink id="lnkHidden" value="DatacenterProfile.html" style="text-decoration:none; color:white;">
<f:setPropertyActionListener target="#{DatacentersController.selectedId}" value="#{item.componentStatsId}" />
</h:outputLink>
我得到這個錯誤:
<f:setPropertyActionListener> Parent is not of type ActionSource, type is: [email protected]
有什麼適當的JSF標籤可以用來代替<h:outputLink>
?
@BalusC。 – 2013-03-25 13:32:52
你會推薦什麼JSF標籤? – 2013-03-25 13:34:06
這回答你的http://xyproblem.info:[我怎麼能通過選定的行到commandLink裏面的dataTable?](http://stackoverflow.com/q/4994458) – BalusC 2017-03-21 08:21:57