Depuis que j'essaye d'utiliser a4j:support
j'ai l'erreur suivante
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3 Caused by: javax.el.MethodNotFoundException: /index.xhtml @136,125 : Method not found:...... action="#{monBean.downloadPDF}":
j'utilise :
<jsf-facelets.version>1.1.14</jsf-facelets.version>
<richfaces.version>3.3.1.GA</richfaces.version>
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4 <h:commandButton id="download" title="download" value="#{bundles['buttom.download']}"> <a4j:support event="onclick" action="#{monBean.downloadPDF}" process="download" reRender="myTab"/> </h:commandButton>
Partager