In my tiles File I have
<h:graphicImage url="{0}">
<tiles:getAsString name="imageURL"/>
</h:graphicImage>
I am hoping to pass a image url parameter to my tiles file and have the graphicImage display the image, but its not really displaying the image, only outputting the url
string, please how do i resolve this