500: Internal Server Error
<?xml version="1.0" encoding="UTF-8"?> <jsp:root version="2.0" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:FCK="http://java.fckeditor1.net" xmlns="http://www.w3.org/1999/xhtml"> ... <div> <FCK:editor instanceName="editorDefault"> <jsp:attribute name="height">500px</jsp:attribute> <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 CustomConfigurationsPath="/myconfig.js"/> </FCK:editor> </div> ... </jsp:root>

Re: FCKeditor Java Taglib Error
Attachments:
Re: FCKeditor Java Taglib Error
Re: FCKeditor Java Taglib Error