Closed muchafel closed 7 years ago
missed maven dependency of vaadin-client-compiled. Before I have compiled it by myself, thus, I didn't use it.
I will add the following lines into pom.xml
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-client-compiled</artifactId>
<version>${vaadin.version}</version>
</dependency>
please pull the lastest code, I have pushed on github.
still not working. How did you compile the widgets by hand? the widget set folder src/main/webapp/VAADIN/widgetsets is empty...
for me it works if I uncomment
Could you check if it also works for you this way + if it has some undesirable side-effects?
it works for me, i have tested again, if i commented dependency vaadin-client-compled, then i got the error message u got.
Ok so everything is fine :)
I get a js error when starting MainUI. Do I need to manually compile a widget or configure web settings?
Failed to load the widgetset:./../VAADIN/widgetsets/com.vaadin.client.widget.grid/com.vaadin.client.widget.grid.nocache.js?1496140901095
INFO: Requested resource [/VAADIN/widgetsets/com.vaadin.client.widget.grid/com.vaadin.client.widget.grid.nocache.js] not found from filesystem or through class loader. Add widgetset and/or theme JAR to your classpath or add files to WebContent/VAADIN folder.