Re: Custom exception page

2007-07-18 Thread Nick Westgate
Yeah, it's not documented yet but Tapestry's "ExceptionReport" page is what you have to override. It's mentioned here: (or check the T5 source) http://tapestry.apache.org/tapestry5/tapestry-core/guide/request.html http://tapestry.apache.org/tapestry5/tapestry-core/apidocs/org/apache/tapestry/core

Re: Custom exception page

2006-09-27 Thread Jesse Kuhnert
Exception.html I could just have a > > > > ? > > Thanks, > Greg > > -Original Message- > From: Steve Shucker [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 27, 2006 11:04 AM > To: Tapestry users > Subject: Re: Custom exception page > > > L

Re: Custom exception page

2006-09-27 Thread Steve Shucker
s Steve. So in Exception.html I could just have a ? Thanks, Greg -Original Message- From: Steve Shucker [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 27, 2006 11:04 AM To: Tapestry users Subject: Re: Custom exception page Look at tapestry's ExceptionDisplay component source

RE: Custom exception page

2006-09-27 Thread Greg.L.Cormier
Thanks Steve. So in Exception.html I could just have a ? Thanks, Greg -Original Message- From: Steve Shucker [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 27, 2006 11:04 AM To: Tapestry users Subject: Re: Custom exception page Look at tapestry's ExceptionDisplay comp

Re: Custom exception page

2006-09-27 Thread Steve Shucker
Look at tapestry's ExceptionDisplay component source. It uses something called an ExceptionAnalyzer and also displays the contents of the ExceptionDescription.getProperties(). I've got a custom exception page that writes to log4j. Here's what I use to get the text: public void logExcept