Good morning, I'm trying to put a pdf icon in my project, but the same does not appear. I'm using f: facet this way.
<h:commandLink>
<p:graphicImage name="/resources/img/pdf.png"/>
<p:dataExporter type="pdf" target="tbl" fileName="pdf" />
</h:commandLink>
the image is in src / main / webapp / resources / img / pdf.png
But the same does not render on the page