-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using with Vaadin 7.5.8 but raises error ... #15
Comments
Hi, looks like a typical "no widgetset issue". Did you follow the instructions in the Directory? Do you have application specific "AppWidgetset.gwt.xml" file in your project? |
Hi, I have the same problem with Vaadin 7.2.6. I put the jar files of easyuploads into /WEB-INF/lib, added it to build path. I have a gwt.xml file:
I don't understand this part:
Does this mean, that I have to add the entries from SWFUpload.gwt.xml and Widgetset.gwt.xml into my own defined widgetset? |
Fixed it with adding:
to my personal *.gwt.xml file. |
That should do it. I think actually just org.vaadin.easyuploads.Widgetset should be enough as it drags in SWFupload module transitively. BTW. How do you build your project? What IDE are you using? Your tooling should update your application widgetset automatically to contain that module. |
I got this error in my Spring Boot project using Vaadin 7.7. How can I fix that ? |
Have you added vaadin-maven-plugin to your project? Like in this example app: |
@mstahv thanks you so much. I have already fixed my problem. |
... like this on the screen on place of upload widget. Any idea what is wrong here?
Widgetset 'com.vaadin.DefaultWidgetSet' does not contain implementation for org.vaadin.easyuploads.MultiUpload. Check its component connector's @connect 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
The text was updated successfully, but these errors were encountered: