* @see org.apache.wicket.examples.WicketExampleApplication#init()
*/
protected void init()
{
getResourceSettings().setThrowExceptionOnMissingResource(false);
getRequestCycleSettings().addResponseFilter(new AjaxServerAndClientTimeFilter());
getDebugSettings().setAjaxDebugModeEnabled(true);
mount(new HybridUrlCodingStrategy("autocomplete", AutoCompletePage.class));
mount(new HybridUrlCodingStrategy("choice", ChoicePage.class));
mount(new HybridUrlCodingStrategy("clock", ClockPage.class));