Hey guys,
I'm new to using DWR. I don't know what I doing wrong...but it looks like the engine.js and util.js files are not being created. And my
jsp page failing when it's trying to access the *.js files that DWR is supposed to create.
Here's my jsp code:
Here's my dwr.xml:
Here's my web.xml:
Here's my UploadMonitor.java:
Here's the error I'm getting:
Apr 22, 2008 1:34:37 AM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for
servlet action threw exception
org.apache.struts.chain.commands.InvalidPathException: No action config found for the specified url.
at org.apache.struts.chain.commands.AbstractSelectAction.execute(AbstractSelectAction.java:71)
at org.apache.struts.chain.commands.ActionCommandBase.execute(ActionCommandBase.java:51)
at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:190)
at org.apache.commons.chain.generic.LookupCommand.execute(LookupCommand.java:304)
at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:190)
at org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:283)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
Pls...let me know what I'm doing wrong. I've been struggling with this for days!!!