Re: RequestCycle#onRuntimeException's provided exception

2008-01-10 Thread Eelco Hillenius
Wicket currently provides RequestCycle#onRuntimeException with the full exceptions, including the Wicket wrapped exceptions. Is this something we should/could improve on? For instance the thrown exception in this onclick handler: add(new Link(foo) { public void onClick() {

RequestCycle#onRuntimeException's provided exception

2008-01-09 Thread Martijn Dashorst
Wicket currently provides RequestCycle#onRuntimeException with the full exceptions, including the Wicket wrapped exceptions. Is this something we should/could improve on? For instance the thrown exception in this onclick handler: add(new Link(foo) { public void onClick() { throw new