Hi All,
I would like your opinions on best practices for error handling.
This is how I currently deal with errors:
- I use the ExceptionReporter to override the default Tapestry exception
page
- I implement a small Tapestry service wired to the
ApplicationStateManager deal with errors, which also allows me to do
some additional error reporting of user info
* Should I be using a RequestFilter/Dispatcher for exceptions?
* Should I use the onException Tapestry event method in my layout/border
component?
I would also like to override server error pages (404, 500 etc...) for
uncaught server exceptions but at the moment I cant get this to work
right with Tapestry, I would love to hear your ideas.
Thanks
Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]