From: <php...@li...> - 2010-09-12 10:48:42
|
Hi again, insert a instance.getEngine().setContext(new PhpCompiledHttpScriptContext(instance.getEngine().getContext(),this,application,request,response)); before calling instance.eval(). Otherwise JSR223 will use the default context, which isn't very usable in a web-context. Regards, Jost Bökemeier |