gpt4 book ai didi

jsf-2 - 丰富的 :componentControl and setPropertyActionListener wont work together

转载 作者:行者123 更新时间:2023-12-02 02:23:06 26 4
gpt4 key购买 nike

<h:commandLink action="#" value="some value">
<f:setPropertyActionListener target="#{someBean.id}" value="#{var.id}"/>
<rich:componentControl target="popup" operation="show" />
</h:commandLink>

任何人都知道为什么这个组合不起作用。准确地说是属性 Action 监听器不做任何工作,并显示弹出面板。当我做这样的事情时

<h:commandLink action="#{someBean.someAction}" value="some value">
<f:setPropertyActionListener target="#{someBean.id}" value="#{var.id}"/>
</h:commandLink>

属性 Action 监听器工作正常。

有什么想法吗?

最佳答案

如果您使用 a4j:CommandButton 并使用此标记的 oncomplete 属性并调用

 oncomplete=" #{rich:component('panelid')}.show();"

关于jsf-2 - 丰富的 :componentControl and setPropertyActionListener wont work together,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7214384/

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