Figures. :) I've noticed and appreciated the checkins. The recent changes has removed the previous error, but introduced a NullPointerException in VelocityResult instead.
Line 61: PageContext pageContext = jspFactory.getPageContext(servlet, request, response, null, true, 8192, true);
returns null, so
Line 69: Writer writer = pageContext.getOut();
fails.
This is on two flavours of Jetty and a recent Tomcat5 build. The strange thing is that I still get the example-war to work... If you cannot figure out this from my current (brief) info, hang on until tomorrow and I'll have time to do some more debugging (the app I'm testing is somewhat complex, so I'll have to remove a lot of parts to isolate the error). But, something has definitely changed. :)
Cheers,
I think I see the problem. I'll bet servlet on Line 61 is null. The stuff checked into CVS requires that the WebWorkVelocityServlet be configured. I've fixed this in CVS so that defining the ServletDispatcher will be enough.
I tried it out on tomcat 4.1.27 and it looks good. Let me know if this continues to be a problem.
M
------------------------------------------------------- This SF.net email is sponsored by OSDN developer relations Here's your chance to show off your extensive product knowledge We want to know what you know. Tell us and you have a chance to win $100 http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork