Richard wrote: > Hello, > > Tapestry has a very powerfull and detailed exception page. It is very useful > during development, but not for deployment (not development). It gives out > too much details for regular users. How can I disable it? and how can I use > my own exception page? > > Many thanks in advance. > > Richard
You can also extend the BaseEngine class and create your own Engine class (referencing this in your .application file) and then overriding activateExceptionPage(). You could go further and override the handleStaleSessionException() and handleStaleLinkException() so you can have consistency in your error page handling. Cheers, Justin -- Justin Koke --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
