hey, i've got the fckeditor working in my jsf page, was really simple, but now im trying to do something like this
but the html in the fckeditor is just #{template.html} instead of the value in the html variable...
<FCK:editor instanceName="EditorDefault" value="#{template.html}"/>
but the html in the fckeditor is just #{template.html} instead of the value in the html variable...
Re: fckeditor and jsf
See: http://dev2dev.bea.com/blog/lezhang/arc ... kwa_1.html
As far as I understand, JSP can only resolve deferred EL in version 2.1. Our taglib is built against version 2.0 for compatibilty reasons. J2EE 5 is too new.
You have to compile the lib against JSP 2.1 and change the tld.
Re: fckeditor and jsf
for anyone else who is wondering, i got it to work by doing the following
Re: fckeditor and jsf
This should work.
Re: fckeditor and jsf
assuiming template bean is in request scope, you must provide in faces config: