Re: Production Error Page

2006-04-24 Thread Konstantin Ignatyev
Simply create Exception page under WEB-INF and back it with code that has Exception property, that is it. public abstract class ExceptionPage extends BasePage { public abstract void setException( Throwable e ); public abstract Throwable getException(); } Craig Hamilton <[EMAIL PROTECTED]>

Re: Production Error Page

2006-04-24 Thread Angelo Luis
http://jakarta.apache.org/tapestry/tapestry/hivedocs/module/tapestry.error.html Override exceptionPageName, in your hivemodule.xml On 4/24/06, Craig Hamilton <[EMAIL PROTECTED]> wrote: > > Hi, > > I am ready to move my Tapestry app to production. I want to override the > error report page to som

Production Error Page

2006-04-24 Thread Craig Hamilton
Hi, I am ready to move my Tapestry app to production. I want to override the error report page to something a little more user friendly. I have been searching the docs, google, etc and haven't been able to find much information. Does anyone have suggestions on the issues I have to consider with