Olve Hansen wrote: > Hi all, new to this list.. > Just started using tapestry, and I really like what I see. Our project has > decided to use tapestry and it is a relief compared to struts! > > How can I tell tapestry to leave some runtime exceptions as they were and let > they trickle past the Exception page? I am using Tapestry 3.0.3. Is this > possible, or perhaps only in Tapestry 4? > You can customize the stale link, stale session and exception pages.
See oder Howard's book: http://tapestry-tutorial.cloudnine.net.nz/pages-example.html Basically you could create your own exception page that gets called. Then you can filter/rethrow or let anything pass thru you want in your custom exception page class. In our case we just changed the "design" of the exception page and simply log all exceptions into a log4j file instead of displaying the Tapestry html dump. Cheers Michael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
