great thanks
Howard Lewis Ship wrote:
If you override the ExceptionReport page, that that's it; your apps'
ExceptionReport overrrides the core library's ExceptionReport.
You should look into overriding the RequestExceptionHandler service;
its job is to decide how to rep
If you override the ExceptionReport page, that that's it; your apps'
ExceptionReport overrrides the core library's ExceptionReport.
You should look into overriding the RequestExceptionHandler service;
its job is to decide how to report an uncaught exception. You could
a
Hi all
I have implemented an exception page, not unlike:
http://wiki.apache.org/tapestry/Tapestry5ExceptionPage , but I haven't
found a way to revert to Tapestry's default exception page. It seems to
be overridden no matter what I try... does anyone know how can I switch
this on and off?
T