当我单击表格行时,我想传递值:
<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 不是 ActionSource 类型,类型是:javax.faces.component.html.HtmlOutputLink@aa25b91
是否有任何合适的 JSF 标签可用于替换<h:outputLink>
?