2016-08-24 25 views

答えて

0

以下のように<a4j:ajax >タグを削除しました。

<a4j:commandButton id="abc" value="abc"> 
    execute="@this" 
    action = "#{myBean.update()" 
    oncomplete="#{rich:component('myPopup')}.show(); return false;" /> 
</a4j:commandButton> 

それはリスナーがトリガされている間、アクションがBeanでメソッドをトリガしません、しかし<a4j:ajax >タグで、アクションで動作します。