Re: [Wicket-user] Disable debug messages in wicket-contrib-dojo 1.3.0-SNAPSHOT

2007-04-05 Thread Gohan
Hi Vincent. I think you should use the wicket ajax debug console for these kind of messages since that's what it's there for I guess. That way you can disable them by using "getDebugSettings().setAjaxDebugModeEnabled(false);" which didn't work in this case. Setting wicket to deployment mode in

Re: [Wicket-user] Disable debug messages in wicket-contrib-dojo 1.3.0-SNAPSHOT

2007-04-05 Thread Vincent Demay
Gohan a écrit : > Does anyone know how to disable the debug messages that's being printed all > over the screen when using wicket-contrib-dojo 1.3.0-SNAPSHOT? > Hi Gohan You can use https://addons.mozilla.org/fr/firefox/addon/1843 on you browser add log will be moved on its console, also in pr

[Wicket-user] Disable debug messages in wicket-contrib-dojo 1.3.0-SNAPSHOT

2007-04-05 Thread Gohan
Does anyone know how to disable the debug messages that's being printed all over the screen when using wicket-contrib-dojo 1.3.0-SNAPSHOT? -- View this message in context: http://www.nabble.com/Disable-debug-messages-in-wicket-contrib-dojo-1.3.0-SNAPSHOT-tf3530102.html#a9851435 Sent from the Wic