I have a problem with textboxlist component that I found at http://www.devthought.com/2008/01/12/textboxlist-meets-autocompletion/
I need to retrieve the selected items to bind it to a jsf backing bean, there is a method update, update: function() {
this.element.set('value', this.bits.getValues().join(this.options.separator));
return this;
}
and I don't know how to use it.Thanks in advance