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

If the .xhtml file containing the graphicImage component is in \WebContent folder than use

<h:graphicImage id="image1" value="Img/flow2.jpg"  width="120" height="80" ></h:graphicImage>

I cant see any other issue from the information you have given.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.