[Actionframework-users] ActionServlet onException vs. VelocityServlet error
Status: Inactive
Brought to you by:
ptoman
From: Mark D. A. <md...@di...> - 2002-09-26 05:33:23
|
org.apache.velocity.servlet.VelocityServlet has an overridable method error() which is currently not being overridden by org/actionframework/engines/velocity/VelocityServlet (a subclass, confusingly the same file name). I think it should, so that velocity errors get handled by error.vm instead of velocity's compiled-in error html. -mda |