hello
I deploy a web project using dwr, it seems no error , but when I access the http://localhost:8080/sclBBS/regist.jsp page, the js does not work and the console show the messages below:
信息: Server startup in 28639 ms
2008-08-13 10:40:33,773 INFO [org.directwebremoting.impl.StartupUtil] - DWR Version 2.0.3 starting.
2008-08-13 10:40:33,773 INFO [org.directwebremoting.impl.StartupUtil] - - Servlet Engine: Apache Tomcat/6.0.16
2008-08-13 10:40:33,773 INFO [org.directwebremoting.impl.StartupUtil] - - Java Version: 1.5.0_14
2008-08-13 10:40:33,773 INFO [org.directwebremoting.impl.StartupUtil] - - Java Vendor: Sun Microsystems Inc.
2008-08-13 10:40:34,351 INFO [org.directwebremoting.dwrp.DefaultConverterManager] - Probably not an issue: org.jdom.Docu
ment is not available so the jdom converter will not load. This is only an problem if you wanted to use it.
2008-08-13 10:40:34,351 INFO [org.directwebremoting.dwrp.DefaultConverterManager] - Probably not an issue: org.jdom.Elem
ent is not available so the jdom converter will not load. This is only an problem if you wanted to use it. it seems that the there is sth wrong with xml parser. Can you help me?
The error message show the error so clearly!
[quote][color=red]Probably not an issue: org.jdom.Elem
ent is not available so the jdom converter will not load[/color][/quote]
Now you have to add the jar package of jdom into your lib or classpath.
Maybe this help you.
BTW:Where are u from,sclsch?
the lib-file jdom.jar is missing.
the lib-file jdom.jar is missing.