I've tried putting them in the web-app/VAADIN/themes/images folder and tried accessing the web-app/images folder and several others. No luck.
Using new ThemeResource(null, "VAADIN/themes/images/mypic.png") and many many variations but no luck.
Please let me know what I'm missing? I'm have to resort to new ExternalResource("http:\...mypic.png") to get my images. Unable to figure out how to access locally. Hopefully it's something simple I'm missing.
Vaadin 7.1.11 and Grails 2.3.5
Thanks Dana