http://java.fckeditor.net/java-core/tagreference.html#FCK:config
<FCK:editor instanceName="EditorDefault" width="500px" > <jsp:attribute name="value">This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net">FCKeditor</a>. </jsp:attribute> <FCK:config ToolbarCanCollapse="false" /> </FCK:editor>

Re: Java Integration Configuration via TAGLIB
<FCK:editor instanceName="EditorDefault" toolbarSet="PluginTest"> <jsp:attribute name="value">This is some <strong>sample text </strong>. You are using <a href="http://www.fckeditor.net"> FCKeditor</a>. </jsp:attribute> <jsp:body> <FCK:config CustomConfigurationsPath="${pageContext.request.contextPath}/jsp/sample06.config.js" /> </jsp:body> </FCK:editor>