1つのアプリケーションでjsfリーチフェイスを使用しています。サーバーからの応答後に、ポップアップで詳細を読み取り、a4jコマンドボタンを使用してパネルを送信するためにrich:modalPanelを使用しています。modalPanelを非表示にしたいのですが、方法がわかりません。
私はまだ解決策を模索しています、助けてください
リッチモーダルパネルのコードはこんな感じです。
<rich:modalPanel id="panelID" minHeight="200" minWidth="450" height="200" width="500">
<a4j:commandButton reRender="sampleID" action="#{SomeTestAction}" image="sample-button.gif"/>
</rich:modalPanel>