Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.
The following page has been changed by NickWestgate: http://wiki.apache.org/tapestry/Override_Tapestry_Default_Exception_Page ------------------------------------------------------------------------------ {{{ public class ErrorPage extends BasePage { public void setException(Throwable value){ + logger.logError(value); - System.out.println("tapestry stack trace"); - value.printStackTrace(); try { /* Send email with the error msg */ EmailService.sendEmail(value); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
