models and autoCompleteTextField

2011-06-20 Thread wmike1...@gmail.com
to reflect what's typed in? Here that example code http://wicketstuff.org/wicket14/ajax/autocomplete.0 in action Thanks, Mike -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/models-and-autoCompleteTextField-tp3612033p3612033.html Sent from the Users forum mailing list

Re: models and autoCompleteTextField

2011-06-20 Thread Sven Meier
without overriding get/setObject and still manage to change the model to reflect what's typed in? Here that example code http://wicketstuff.org/wicket14/ajax/autocomplete.0 in action Thanks, Mike -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/models

Re: models and autoCompleteTextField

2011-06-20 Thread wmike1...@gmail.com
Thanks, Is it bad practice to manually call the model's setObject method if I want to change it on a non-form-submit action? Bottom line is I don't need this autoCompleteTextField to be in a form. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/models

Re: models and autoCompleteTextField

2011-06-20 Thread Sven Meier
See AjaxFormComponentUpdatingBehavior. Sven -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/models-and-autoCompleteTextField-tp3612033p3612245.html Sent from the Users forum mailing list archive at Nabble.com