onException() 1.5

2012-02-29 Thread Douglas Ferguson
I want to redirect to an error page when there is an Exception. I see that there is a RedirectRequestHandler, but this only allows you to redirect to url via string literal. I want to redirect to a construction Page. I was grasping at straws and tried this and no dice..

Re: onException() 1.5

2012-02-29 Thread Martin Grigorov
On Thu, Mar 1, 2012 at 9:46 AM, Douglas Ferguson the...@gmail.com wrote: I want to redirect to an error page when there is an Exception. I see that there is a RedirectRequestHandler, but this only allows you to redirect to url via string literal. I want to redirect to a construction Page.