Hi,

I am debugging my app, and there is an exception when velocity renders a
template. Something like:

org.apache.velocity.exception.MethodInvocationException: Invocation of
method 'get' in class XYZ threw exception class
java.lang.NullPointerException : null
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:246)
..

It does not tell which line in class XYZ throws that null exception.

Is there anyway to configure velocity to dump the detailed line number?

Thanks,

Jian


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to