Yep, and if you have the debug link in a production system, you are deploying your wicket application wrong! So setting ajaxdebug to false should not be used in my opinion.
Always switch the configuration to production when you build your war for deployment on a production system. Martijn On 11/1/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: > Sorry was a bit quick there.. If the ajax debug screen are there as I > remember it, it means you are in development mode, my previous post > tells how you can switch to production. > > Gerolf Seitz wrote: > > in your application init() method do: > > > > getDebugSettings().setAjaxDebugModeEnabled(false); > > > > gerolf > > > > On Nov 1, 2007 6:22 AM, boyinamadhavi <[EMAIL PROTECTED]> wrote: > > > > > >> Hi > >> > >> I am new to wicket. > >> I using Ajax autocomplete text field. > >> It is working well. > >> But i want to disable Wicket Ajax Debug. > >> where i have to set wicketajaxdebug = false > >> i am not having wicket-ajax-debug.js file > >> can any one help me > >> > >> Thanks in Advance > >> Madhavi > >> -- > >> View this message in context: > >> http://www.nabble.com/Disabling-Wicket-Ajax-Debug-in-browser-tf4729498.html#a13523658 > >> Sent from the Wicket - User mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > >> > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Buy Wicket in Action: http://manning.com/dashorst Apache Wicket 1.3.0-beta4 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta4/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
