i have an object that holds an imageIcon, in a jsf page this line suppose to show the img
<h:graphicImage value="#{myObj.img }"></h:graphicImage>
now in myObj the getImg method return the path of the img as a string, also when entered view source in chrome i see the full path of the img but no img is shown.
any suggestions?