(désolé, j'ai confondu commandLink avec commandButton, mais peu importe).
D'après ce que je comprend, en faisant le code suivant :
<h:commandButton title="Delete" onclick="#{glb['js_ConfirmD']}" action="#{monBean.delete}" reRender="test" />
ça marche, mais pas avec celui là :
<a4j:commandButton title="Delete" onclick="#{glb['js_ConfirmD']}" action="#{monBean.delete}" reRender="test" />
C'est bien ça ?
Ce que je te propose d'ajouter (le <a4j:log>) permet de logguer tout ce qui se passe durant un appel Ajax, histoire de voir s'il y a un problème quelconque...
Partager