<h:graphicImage>

usando url

<p:graphicImageurl="resources/imgs/phone.png"/><p:spacer width="10" height="10" /><p:outputLabel value="560-3205" styleClass="avbravoletra_footer"/>

otra forma utilizamos el atributos library y especificamos la carpeta donde se almacenan las imagenes

<h:graphicImage library="resources" name="newpatient.png" /><p:outputLabel value="Pacientes"/>

Last updated