August 6, 2011 at 18:03
#27449
If you use PD4ML in a servlet context, you obviously use PD4ML API and call one of the pd4ml.render() methods.
Before the method call, try to add
pd4ml.useServletContext( ctx );
call. Does not help? Replace it with
pd4ml.useHttpRequest(httpRequest, httpResponse);