At present I am using Yahoo UI editor in my project which has JSP in the front end, I need to change it to FCK now. COuld anyone provide me the easy integration steps to deploy FCK in to my application. I am using JBOSS app server and ANT compiler build
Regards
Ranjit
Regards
Ranjit
Re: Integeration of FCK editor in JSP project
Re: Integeration of FCK editor in JSP project
My paths will be
bin
build
config files
lib
src}Where I have written all the actions and JSP's under Webinf
build.xml
Re: Integeration of FCK editor in JSP project
Hi,
I don't know what you mean by "written paths for JSPs" but of approach seems to be bloated. You have to drop the Jar in in the classpath, rerefence the taglib with its URI and use it as described in the my docs. No extraction, nothing else. Anything else is an error in your setup or in your servlet container.
Fortunately, I do not use Ant for such tasks since it's a waste of time. Maven exists for such tasks. You have to make sure that the Jar is in your classpath, obviously it isn't in your Ant definitions.
Mike
Re: Integeration of FCK editor in JSP project
Re: Integeration of FCK editor in JSP project
oh c'mon, there is a good reason why I wrote a documentation: http://java.fckeditor.net/download.html
It tells you everything important. You should deplete all options in the docs.
Re: Integeration of FCK editor in JSP project
Re: Integeration of FCK editor in JSP project
Re: Integeration of FCK editor in JSP project