Christoph Reck wrote:
> 
> Please allow the implementation of the abstact method
> VelocityServlet.handleRequest to throw an Exception. It is already
> caught in the doRequest(). This way one can return another message
> than the one generated when the returned template is null.
> 
> Change the declaration to:
>     protected abstract Template handleRequest( Context ctx ) throws Exception;
> 
> This should be backward compatible and have no influence on
> other implementations.
> 

that should be cool. Will do that right now.

-- 
Geir Magnusson Jr.                               [EMAIL PROTECTED]
Developing for the web?  See http://jakarta.apache.org/velocity/

Reply via email to