On Mon, Dec 15, 2014 at 5:09 AM, Martin Grigorov <[email protected]> wrote:
> > We have this > already: > org.apache.wicket.request.cycle.IRequestCycleListener#onException() > > The ticket asks for more data about the failing the component. > One'd say #handleDetachError(e, this) should do it. > But then another user will ask for handleConfigureError(e, this), yet > another handleBeforeRenderError(e, this), etc. And it will become really > ugly. > handleError( SomeMethodEnumType, e ); with a default implementation of a log.error() line.
