那显然是无效的EL。我以这种方式有条件地显示 myModelPanel 的最简洁方法是什么? 谢谢 IA 最佳-6ren">
gpt4 book ai didi

richfaces - 有条件地显示 Richfaces 模式面板

转载 作者:行者123 更新时间:2023-12-04 21:26:17 27 4
gpt4 key购买 nike

非常简单:

    <a4j:commandButton id="bob"
action="#{MyBacking.doAction}"
image="/img/btn.png"
reRender="stuff"
oncomplete="#{not empty MyBacking.myCondition ? #{rich:component('myModelPanel')}.show()" : <do nothing>}"
ajaxSingle="true">
</a4j:commandButton>

那显然是无效的EL。我以这种方式有条件地显示 myModelPanel 的最简洁方法是什么?

谢谢 IA

最佳答案

尝试调用空的 JS 方法

关于richfaces - 有条件地显示 Richfaces 模式面板,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2746678/

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