iginal Message-
From: Jabbar [mailto:[EMAIL PROTECTED]
Sent: Tue 10/31/2006 12:51 PM
To: Tapestry users
Subject: Re: Line precise error reporting redirecting
Used the source ..
Added the following to MyExceptionPage
public abstract void setExceptions(ExceptionDescription[]
exce
[mailto:[EMAIL PROTECTED]
Sent: Tue 10/31/2006 12:51 PM
To: Tapestry users
Subject: Re: Line precise error reporting redirecting
Used the source ..
Added the following to MyExceptionPage
public abstract void setExceptions(ExceptionDescription[] exceptions);
public void setException
Used the source ..
Added the following to MyExceptionPage
public abstract void setExceptions(ExceptionDescription[] exceptions);
public void setException(Throwable value)
{
ExceptionAnalyzer analyzer = new ExceptionAnalyzer();
ExceptionDescription[] exceptions = a
Hello all,
I want to catch the line precise exception page and redirect to one of
my own pages.
To do this all I need to add is
to .application
Once I've gone to my own exception page how do I get hold of the stack trace ?
--
Thanks
A Jabbar Azam