I usually use GWT WindowBuilder editor to design my GWT application UI, however I refactored my application to implement multiple modules/EntryPoint as described in my other post
Now I am getting this error “There are no CSS files referenced from modules HTML.” when I click the CSS button from the Property Editor of the WindowBuilder editor.
Is there any way to fix this error.
The solution is simple,
I created a package like this:
com.mycompany.css
and put the CSS there and it works.