我正在使用 rich:modalPanel 并且每次我想关闭它(我正在调用 hide 方法)它都不会关闭。这是我的代码:
<a4j:status onstart="#{rich:component('wait')}.show()" onstop="#{rich:component('wait')}.hide()"/>
<rich:modalPanel id="wait" autosized="true" width="200" height="120" moveable="false"
resizeable="false" >
<f:facet name="header">
<h:outputText value="Processing"/>
</f:facet>
<h:outputText value="Wait Please..."/>
</rich:modalPanel>