gpt4 book ai didi

jsf - Parent is not of type ActionSource

转载 作者:行者123 更新时间:2023-12-02 09:20:38 27 4
gpt4 key购买 nike

我想在单击表格行时传递值:

<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: javax.faces.component.html.HtmlOutputLink@aa25b91

是否有任何合适的 JSF 标签可用于替换 <h:outputLink>

最佳答案

f:setPropertyActionLister 仅适用于 ActionSource诸如 h:commandLinkh:commandButton 之类的组件。如果您想这样做,您应该使用其中之一。另请参阅

关于jsf - <f :setPropertyActionListener> Parent is not of type ActionSource,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15599191/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com