私は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>