Re: Logging exceptions etc. & replacing the exception page (4.0)

2006-04-07 Thread Bryan Lewis
Try searchng for ExceptionDescription at http://marc.theaimsgroup.com/?l=tapestry-user&r=1&w=2 Ed Cohen wrote: >Hi. Can someone point me to something that explains how to easily > > > >(1) Capture the information that is displayed on the >Exception page (for logging). In particular

Re: Logging exceptions etc. & replacing the exception page (4.0)

2006-04-07 Thread Andreas Andreou
See Exception.java, Exception.page, Exception.html in package org.apache.tapestry.pages To override, create your own Exception page. Or if you want it named otherwise, add in hivemodule Ed Cohen wrote: >Hi. Can someone point me to something that explains how to easily > >

Logging exceptions etc. & replacing the exception page (4.0)

2006-04-07 Thread Ed Cohen
Hi. Can someone point me to something that explains how to easily (1) Capture the information that is displayed on the Exception page (for logging). In particular, we would like to log the template info as well as the actual exception, and (2) Replace the Exception