我有一个应该关闭模式面板并呈现几个元素的按钮。
有没有一种简单的方法可以检查按下按钮后是否呈现了元素?
示例按钮:
<a4j:commandButton onclick="#{rich:component('modal')}.hide();"
style="background-repeat:no-repeat;width:18px;height:18px;"
image="includes/images/close.gif"
render=":id1 :id2">
<f:setPropertyActionListener target="#{Controller.attribute}" value="false" />
</a4j:commandButton>