incompatibilité entre Richesfaces et JSF
Depuis que j'essaye d'utiliser a4j:support
j'ai l'erreur suivante
Code:
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:
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> |