Re: ExceptionReport page

2008-04-10 Thread Peter Stavrinides
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

Re: ExceptionReport page

2008-04-10 Thread Howard Lewis Ship
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

ExceptionReport page

2008-04-10 Thread Peter Stavrinides
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