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]> wrote: 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 this form? I would like to email support when there are unexpected errors, and just give the user a nice dialog that says it will be addressed. Thanks in advance, Craig --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Konstantin Ignatyev PS: If this is a typical day on planet earth, humans will add fifteen million tons of carbon to the atmosphere, destroy 115 square miles of tropical rainforest, create seventy-two miles of desert, eliminate between forty to one hundred species, erode seventy-one million tons of topsoil, add 2,700 tons of CFCs to the stratosphere, and increase their population by 263,000 Bowers, C.A. The Culture of Denial: Why the Environmental Movement Needs a Strategy for Reforming Universities and Public Schools. New York: State University of New York Press, 1997: (4) (5) (p.206)