Sure! Just override

protected FormComponent newEditor(MarkupContainer parent,
      String componentId, IModel model) {
                TextField editor = new TextField(componentId, model);
                editor.setOutputMarkupId(true);
                editor.setVisible(false);
               editor.add(new EditorAjaxBehavior());
               return editor;
           }

and return an AutoCompleteTextField instead of a TextField

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/autocomplete-editable-label-tp3600846p3602366.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to