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
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: