I've successfully displayed an image using:
<h:graphicImage library="icon" name="primefaces/site_logo.gif"/>
But this failed:
<h:graphicImage value="#{resources['icon:primefaces/site_logo.gif']}"/>
What did I do wrong?
It should be resource['...'], not resources['...'].
resource['...']
resources['...']
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
2 years ago
viewed
1437 times
active