I have tried everything I could in order to render simple image using h:graphicImage in template client. My image is not inside war but on another location on the same disk.
Actually I don't have 'alt' attribute displayed or warning that image cannot be found. My image is found and probably is rendered BUT as empty frame with width and height I specified in h:graphicImage. This empty frame has color of background.
Does anybody know how to render image from outer location as I have not found example of this?
Thank you!