autocomplete + ajaxformcomponentupdate - mouseselection not working after error

2014-04-04 Thread haiko
Hi wicketusers, I have an autocomplete textfield with an AjaxFormComponentUpdatingBehavior attached for the 'change' event. After an error on the input the update is handled in the onError method -- ( some pseudocode ) autocompletefield.add(new AjaxFormComponentUpdatingBehavior(change) {

Re: autocomplete + ajaxformcomponentupdate - mouseselection not working after error

2014-04-04 Thread Martin Grigorov
Hi, Try to debug it. Open wicket-autocomplete.js in the browser dev tools and see what happens. Martin Grigorov Wicket Training and Consulting On Fri, Apr 4, 2014 at 2:12 PM, ha...@dds.nl wrote: Hi wicketusers, I have an autocomplete textfield with an AjaxFormComponentUpdatingBehavior