Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
ComboBox Multiselect
Hi to all.
I'm trying to use the Combobox Multiselection addon (1.1.14), with vaadin 7.5.10:
https://vaadin.com/directory/#!addon/comboboxmultiselect-add-on
But when I open my application I see this warning:
Widgetset '<myApplicationWidgtset>' does not contain implementation for org.vaadin.addons.comboboxmultiselect.ComboBoxMultiselect. Check its component connector's @Connect mapping, widgetsets GWT module description file and re-compile your widgetset. In case you have downloaded a vaadin add-on package, you might want to refer to add-on instructions.
I should only need the maven dependency, or I'm I missing something?
Thanks,
Susana
Hi again.
I think I got it working, in my gwt.xml I added the folowing line:
<inherits name="org.vaadin.addons.comboboxmultiselect.WidgetSet" />
Clean all cache, recompiled the widgets and it worked.... but this info is not in the addon page.
Best,
Susana
Hi,
For future reference, I think the vaadin:update-widgetset maven goal should also do that same for you automatically
-Olli
Hi all,
Is there a way to add scroll bar to the java vaadin combo box multi select option. I could only find a basic way to lazy load 10 components at a time. But I want to show all with a scroll bar.
Thanks in advance.