Error using ConfirmDialog Addon

I’m using ConfirmDialog addon in 6.5.0.
When I click on every button I get an error :
java.lang.NoSuchMethodError: com.vaadin.ui.Window.removeWindow(Lcom/vaadin/ui/Window;)
Is it a bug?
Tks
Tullio

Hi!

Yes, sounds like a changed API to me. I’ll check it.

Right. The Vaadin 6.5 actually has some window API changes that are not backward compatible. I just fixed the ConfirmDialog to support these and submitted a new version to the Vaadin Directory. Also left the old version available for older Vaadin versions:

  • ConfirmDialog 1.1.0 (for Vaadin 6.5+)
  • ConfirmDialog 1.0.4 (for Vaadin 6.3 and 6.4)


Download here:
http://vaadin.com/addon/confirmdialog


(you can switch the add-on version by clicking the version number)