error Running wicket in development mode

2012-11-13 Thread saty
(RequestCycle.java:281) at org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:188) at org.apache.wicket.protocol.http.WicketFilter.d -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/error-Running-wicket-in-development-mode-tp4653844.html Sent from

Re: error Running wicket in development mode

2012-11-13 Thread Martin Grigorov
in development mode for missing markup. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/error-Running-wicket-in-development-mode-tp4653844p4653846.html Sent from the Users forum mailing list archive at Nabble.com

Re: error Running wicket in development mode

2012-11-13 Thread saty
I can disable this using: getDebugSettings().setComponentUseCheck(false); what is the equivalent for below (wicket 1.4) in wicket 6+ getAjaxSettings().setAjaxDebugModeEnabled(true); -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/error-Running-wicket

Re: error Running wicket in development mode

2012-11-13 Thread Martin Grigorov
().setAjaxDebugModeEnabled(true); -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/error-Running-wicket-in-development-mode-tp4653844p4653856.html Sent from the Users forum mailing list archive at Nabble.com