I'm receiving many emails from people asking when the struts integration will be ready.
I'm working on it, and next realease of the java integration pack will include this support (unless more urgent bugs come out before).
For the moment here is a little code snippet on how read form a Form Bean the text needed and put it inside the editor.
<%
your.formBean bf=(your.formBean)request.getAttribute("beanForm");
String HTMLCodeValue=bf.getHTMLCode();
%>
<FCK:editor id="HTMLCode"><%=HTMLCodeValue%></FCK:editor>
hope this helps.
Simone
I'm working on it, and next realease of the java integration pack will include this support (unless more urgent bugs come out before).
For the moment here is a little code snippet on how read form a Form Bean the text needed and put it inside the editor.
<%
your.formBean bf=(your.formBean)request.getAttribute("beanForm");
String HTMLCodeValue=bf.getHTMLCode();
%>
<FCK:editor id="HTMLCode"><%=HTMLCodeValue%></FCK:editor>
hope this helps.
Simone
RE: Integrate FCKeditor with struts
RE: Integrate FCKeditor with struts
Struts is framework for building Java web applications.
Look at http://struts.apache.org for more informations