Greetings,
Basically, this is what I'm trying to do. I'd like to get the the FCK Editor content (FCKeditor.getValue()) printed out in an <h:outputText>
So far, I've tried:
1) Creating a bean, creating an instance of the bean in "sample1.jsp" and calling a bean.setValue(oFCKeditor.getValue()) and then later on calling something like <h:outputText value="#{bean.value} />. However, this doesn't seem to work, presumably do to jsf cycle stuff which I'm not too farmiliar with.
And actually, I think that's about it, so I'll stop at "1)".
Maybe there's a way I can write a java statement inside my <h:outputText> ? ie <h:outptuText value=*special character*oFCKeditor.getValue()*special character* /> ?
Much thanks.
Basically, this is what I'm trying to do. I'd like to get the the FCK Editor content (FCKeditor.getValue()) printed out in an <h:outputText>
So far, I've tried:
1) Creating a bean, creating an instance of the bean in "sample1.jsp" and calling a bean.setValue(oFCKeditor.getValue()) and then later on calling something like <h:outputText value="#{bean.value} />. However, this doesn't seem to work, presumably do to jsf cycle stuff which I'm not too farmiliar with.
And actually, I think that's about it, so I'll stop at "1)".
Maybe there's a way I can write a java statement inside my <h:outputText> ? ie <h:outptuText value=*special character*oFCKeditor.getValue()*special character* /> ?
Much thanks.
