Hello,
While processing a template, if Velocity cannot resolve the view for a #include or #parse it throws a ResourceNotFoundException that cascades into a javax.servlet.ServletException. Is there any way to trap this error? The SimpleMappingExceptionResolver does not seem to be able to catch it.
Thanks


Reply With Quote