Project is using Vaadin 7.
My gwt.xml contains :
<inherits name="org.vaadin.addons.comboboxmultiselect.WidgetSet" />
also ivy.xml contains:
<dependency org="org.vaadin.addons" name="vaadin-combobox-multiselect" rev="1.2.2" />
and still after recompiling the widgets I'm getting error message:
Widgetset '...Widgetset' does not contain an implementation for org.vaadin.addons.comboboxmultiselect.ComboBoxMultiselect. Check the connector's @Connect mapping, the widgetset's 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
I tried using older version but still getting the same problem.