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.
Multiple upload Widgetset doesn't contain implementation
folks,
I am struggling to add a multiple upload adds on in my web app. I am using ivy and able to code as shown in "MultiFileUpload" Highlights.
I am getting this error, where I am missing?
Hi!
You appear to be using DefaultWidgetset, when you should be using a custom widgetset that inherits both DefaultWidgetset and the add-on's widgetset. If you are using Vaadin Eclipse plugin just compiling widgetset should create one for you. Otherwise you'll need to create one for yourself and add the annotations or web.xml references yourself. You can read more about compiling widgetsets e.g. here.