私はプライムフェイスに次のボタンとパネルを持っています:
<p:commandButton value="Submit"
ajax="true" actionListener="#{myBean.search}" update="resultPanel" oncomplete="panelwv.show();">
</p:commandButton>
<p:panel widgetVar="panelwv" visible="false" closable="true"
toggleable="true" id="resultPanel">
myBean.search の実行中にアニメーションが画面に表示されます。何か助けはありますか?ありがとう!!