I am using T 5.0.18. In my page class I have an method to catch exceptions:
public Object onException(Throwable cause) {
LOG.info("onException(Throwable cause); cause instanceof " +
cause.getClass());
if(cause instanceof OnRequestOnlyException) {
return onRequestOnly;
}
return null;
}
The method is never called.
Is this feature currently broken?
Andy
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org