I tried combinations of following code in jsp.
<FCK:editor instanceName="EditorDefault">
<jsp:attribute name="value">
<bean:write name="myForm" property="title" filter="true"/>
</jsp:attribute>
<jsp:body>
<FCK:config FullPage="true"/>
</jsp:body>
</FCK:editor>
Tried even filter-false. But not getting the text populated with valule of bean:write? Is there any problem or i am missing something else.
<FCK:editor instanceName="EditorDefault">
<jsp:attribute name="value">
<bean:write name="myForm" property="title" filter="true"/>
</jsp:attribute>
<jsp:body>
<FCK:config FullPage="true"/>
</jsp:body>
</FCK:editor>
Tried even filter-false. But not getting the text populated with valule of bean:write? Is there any problem or i am missing something else.