Bonjour à tous!
Je souhaite utiliser FCKEditor dans une page JSP:
Seulement, j'ai le message suivant:<f:view>
<fck:editor id="textEditor" value="#{'test'}" toolbarSet="Default" width="100%" height="200"/>
</f:view>
Est ce que qqun aurait une piste à m'indiquer? MERCIorg.apache.jasper.JasperException: Unable to convert string "#{'test'}" to class "javax.el.ValueExpression" for attribute "value": Property Editor not registered with the PropertyEditorManager
Pour info:
tomcat6.0
fck-faces-1.8
myfaces-1.2.2
Partager