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.
Vaadin Custom widget only works in debug mode
I try to create a Vaadin custom widget using Vaadin 7.4.2. It only works in SuperDev mode, but not in normal mode.
In eclipse (Click right on the project --> select properties project --> Vaadin), I create a GWT development mode launch. I launch it and then deploy my Vaadin project. The DOM element is correctly created and it works like a charm.
Please see NotOk.png
But if I only deploy my Vaadin project without launch the GWT dev mode, it doesn't work. The DOM is not created as expected, the is empty. I also tried with SuperDevMode, but it didn't work.
Please see OK.png
What is wrong ? The GWT versions are not the same (embedded in Vaadin 7.4.2 and GWT Debug mode) ? or I missed something ?
Have you compiled your widgetset with the widget you just created?
Finally, I deleted my add-on, re-created, compiled, and run. I works now.
I don't know exactly what happened. Thanks for your help