Application can't find RatingStarsWidgetset implementation

Hello!

Today I added the Rating Stars addon to my project. I recompiled the widget set and copied it into the correct place. I see the entry in my WidgetSet.gwt.xml file, and all of the classes are available within IntelliJ. I’ve tried these steps several times but my application still gives this message in the UI:

Widgetset does not contain implementation for org.vaadin.teemu.ratingstars.RatingStars. Check its @ClientWidget mapping, widgetsets GWT module description file and re-compile your widgetset. In case you have downloaded a vaadin add-on package, you might want to refer to add-on instructions. Unrendered UIDL:

I can’t find anything in the addon instructions that I did not do. Can anyone think of what I’m doing wrong?

Thanks!
Bill

Hi,

do you have the correct widgetset set up in either your web.xml or your servlet annotation? You could check (with either Firebug or Chrome’s dev tools network tab) which widgetset the browser actually loads.