Re: Intro, Wicket 6, RuntimeException error page

2012-11-17 Thread Rob Schroeder
Hi Jordi, excellent, thanks! It seems that the matter was discussed before, resulting in ticket https://issues.apache.org/jira/browse/WICKET-2659 with a proposal for a change to Wicket that would automatically pass an Exception to the page specified by getApplicationSettings().setInternalError

Re: Intro, Wicket 6, RuntimeException error page

2012-11-17 Thread Jordi Deu-Pons
Hi Robert, I'm using a custom error page in Wicket 6 adding a RequestCycleListener at WebApplication init like this: /* In case of unhandled exception redirect it to a custom page */ getRequestCycleListeners().add(new AbstractRequestCycleListener() { @Override public IReq

Intro, Wicket 6, RuntimeException error page

2012-11-17 Thread Rob Schroeder
Hello, I'm a new list member and I'll start with a quick introduction: After one or two earlier, but aborted attempts to try and get into Wicket, I've finally decided to take the plunge now, even if only for some pending personal projects and possible future side-jobs. On my primary job as a Ja