Missing Icons after Update to latest Snapshot
Hi together,
I've been using the Version 0.3 a long time. Today I updated my libararies to the current snapshot 1.0.1.
It seems, that everything works fine, except the images.
All images for the default actions (like properties, delete, etc...) and the validation images (red cross for failure, etc.) are no longer visible.
Any idea, how I can resolve this problem?
Cheers Fritz
I found the problem.
It was the property Code:
lt;property name=quot;resourceBasePathquot; value=quot;images/quot; /gt;
within the imageResourcesFactory.
After i removed this property, I had to add quot;images/quot; infront of every entry in images.properties. Than it works.
Thanks anyway |