確認ダイアログを有効にするこのリンクの削除、オンクリックにh:commandLinkを使用していますが、[OK]をクリックしても削除されません..これ以上追加する必要がありますか?親切に助けてください.
<h:commandLink update="#{cc.attrs.ajaxupdate}"
onclick="if (! confirm('Are you sure, you want to remove picture?') ) { return
false;}; return true; ">
<f:ajax listener="#{cc.attrs.deleteactionlistener}"/>
<p:graphicImage value="/resources/images/delete.gif" />
</h:commandLink>