While using 2.0.0 under Vaadin 7.7.7 it throws this error:
java.lang.NoSuchMethodError: com.vaadin.ui.Button.addClickListener(Lcom/vaadin/ui/Button$ClickListener;)Lcom/vaadin/shared/Registration;
at org.vaadin.teemu.wizards.Wizard.initControlButtons(Wizard.java:151)
at org.vaadin.teemu.wizards.Wizard.init(Wizard.java:130)
at org.vaadin.teemu.wizards.Wizard.<init>(Wizard.java:119)
This is obviously a version mismatch, bt I was under the impression you were using the compatibility libraries.
While using 2.0.0 under Vaadin 7.7.7 it throws this error:
This is obviously a version mismatch, bt I was under the impression you were using the compatibility libraries.