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
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
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
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
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