Hi all,
jsp:
<%@ taglib uri="http://java.fckeditor.net" prefix="FCK" %>
<FCK:editor instanceName="editorDefault" height="300" ></FCK:editor>
JSP does recognise the FCK tag, no error message there anymore as i have included all the JAR's in the project property.
I have copied and pasted the fckeditor-java-2.4-bin in the LIB folder.
But when running the application i get the following error msg:
[ServletException in:/WEB-INF/views/edit.jsp] The absolute uri: http://java.fckeditor.net cannot be resolved in either web.xml or the jar files deployed with this application'
PS: I manually installed FCK and don;t have MAVEN in my applciation.
Thanks in advance
Mon, 09/15/2008 - 12:11
#1
Re: error when using with Java Spring - jsp
Re: error when using with Java Spring - jsp
Dynamic web module 2.4
Java 6.0
Re: error when using with Java Spring - jsp
Did you try the demo webapp? Does it work?
Re: error when using with Java Spring - jsp
the demo is not a java spring, thereofre not tried it.
Re: error when using with Java Spring - jsp
You got to be kidding me! Please read the download and installation documentation before you proceed. See link in my sig. It should resolve your problem.
Re: error when using with Java Spring - jsp
and thats why I signed up and wrote this topic.
Re: error when using with Java Spring - jsp
Acknowledged. I would then strongly advise you to read a book for Java starters before doing any webapp. Without knowledge you won't be able to write any webapp. The documentation is complete, download#manual installation but of course requires you to have Java knowledge.
Mike
Re: error when using with Java Spring - jsp
Re: error when using with Java Spring - jsp
OK! It is a matter of minutes if you already have done at lease one webapp. Please read this free tutorial: http://courses.coreservlets.com/Course- ... ajsp2.html it will help you to get started with webapps in general.
Mike