Re: AutoCompleteTextField displays "null"

2013-03-05 Thread Sven Meier
= new AutoCompleteTextField( "personnelAutoComplete", personnelModel, AllPersonnel.class, renderer, new AutoCompleteSettings()) { (...) } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AutoCompleteTextField-displays-null-tp46569

Re: AutoCompleteTextField displays "null"

2013-03-05 Thread grazia
onnelModel, AllPersonnel.class, renderer, new AutoCompleteSettings()) { (...) } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AutoCompleteTextField-displays-null-tp4656997p4656999.html Sent from the Users forum mailing list archive at

Re: AutoCompleteTextField displays "null"

2013-03-05 Thread Sven Meier
Works fine here: http://www.wicket-library.com/wicket-examples/ajax/autocomplete Check whether your model contains "null". Sven On 03/05/2013 04:58 PM, grazia wrote: Hi ! My AutoCompleteTextField displays "null" when no selection has been made. I tried setConvertEmptyInp