@Override
protected void onSelectionChange(AjaxRequestTarget target, String newValue) {
SearchBox.this.onSelectionChange(target, newValue);
}
};
queryTF.add(new DefaultFocusBehaviour());
// autosubmit when user selects choice -> problem: the user text will be submitted although it should be cleared before submit
// queryTF.add(new AjaxFormSubmitBehavior(form, "onchange") {
//
// @Override
// protected void onSubmit(AjaxRequestTarget target) {