テーブルの行をクリックしたときに値を渡したい:
<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> 親はタイプ ActionSource ではありません。タイプは次のとおりです: javax.faces.component.html.HtmlOutputLink@aa25b91
を置き換えるために使用できる適切な JSF タグはあります<h:outputLink>
か?