I am trying to load an image using jsf graphicIamage tag. But it is not displaying the image
code is ...
<h:graphicImage id="image1" value="/Img/flow2.jpg" width="120" height="80" ></h:graphicImage>
the image flow2.jpg is placed in \WebContent\Img folder
but it is not working
please help
Binu