Hi, I’m trying to make the com.vaadin.contextmenu.ContextMenu addon work with not result.
ivy.xml:
<dependency org="com.vaadin" name="vaadin-context-menu" rev="2.0.0" />
With this code:
menu = new ContextMenu(table, true);
I get this error:
java.lang.NoSuchMethodError: com.vaadin.event.ContextClickEvent$ContextClickNotifier.addContextClickListener(Lcom/vaadin/event/ContextClickEvent$ContextClickListener;)Lcom/vaadin/shared/Registration;
at com.vaadin.contextmenu.ContextMenu.setAsContextMenuOf(ContextMenu.java:70)
at com.vaadin.contextmenu.ContextMenu.<init>(ContextMenu.java:58)
Any ideas?