How do I reference a file inside the subfolder of the image library with JSF2.0?
I have tried many ways using the library and name tag but the most logical seems to be the one below, but it doesn't work!
<h:graphicImage library="images" name="Mecearia\4382982_med.jpg"/>
The server always returns
WARNING: JSF1064: Unable to find or serve resource, Mecearia\4382982_med.jpg, from library, images.
How can I solve this?