Estava tentando colocar uma imagem em um botão JSF porem aparece apenas a imagem e não o texto eu faria seu correlato em html assim
<button>
<img src="../img/agenda.jpg" height="32px" width="32px">
Agenda
</button>
<h:form>
<h:commandButton value="Agenda" id="agenda" image="img/agenda.jpg" label="Agenda"/>
</h:form>
Alguem poderia me ajudar, desde já agradeço!!!