Re: Altering TextField content from within AbstractDefaultAjaxBehavior

2012-01-03 Thread HugoSilva
I solved the issue Instead of a direct call to jQuery.ajax(), I called wicketAjaxGet() function. I think that wicket has to do some stuff beforehand and when you call wicketAjaxGet() it is "forced" to do it. Thanks a lot -- View this message in context: http://apache-wicket.1842946.n4.nabble.co

Re: Altering TextField content from within AbstractDefaultAjaxBehavior

2012-01-03 Thread HugoSilva
Thank you Martin, I have just done what you said. It doesnt show anything in the debug window. It remains blank! By the other hand, when a change the combo box value it shows the ajax command! It means that the command is not being executed, right? Is there something that I can do to "force" its