eXsio / vaadin-plupload

Pluploader integration for Vaadin 7.x
MIT License
7 stars 2 forks source link

client side exception #16

Open tstrohmeier opened 9 years ago

tstrohmeier commented 9 years ago

I tried to add a PluploadField to a form and got a client side exception:

Error performing server to client RPC callsjava.lang.IllegalStateException: There is no information about pl.exsio.plupload.client.PluploadClientRpc.setOption Did you remember to compile the right widgetset? ..... Caused by: com.vaadin.client.metadata.NoDataException: There are no parameter type data for pl.exsio.plupload.client.PluploadClientRpc.setOption

The WidgetSet was recompiled.

Can anyone help me please?

mvysny commented 7 years ago

Maybe you encountered this bug in Vaadin: https://github.com/vaadin/framework/issues/2823 Please try to move your client RPC class outside of the containing class; there is a bug in Vaadin which manifests when the client RPC is an inner class.