I'm looking for some help in using the of JSF 2. I want to display an image in a webpage, but the image comes from a resource folder in my project directory structure. The problem is, the webpage doesn't load the image.
Here is my project directory structure
My code to load the image into the webpage
<h:graphicImage library="images" name="captain america.jpg"/>
when I run my code, it doesn't display the image. How can I load my images from a resource folder to the webpage?