2
You may be using the commandLink
together with the graphicImage
, example:
<h:commandLink action="#{clienteController.editar}">
<h:graphicImage value="img/imagem.png" />
</h:commandLink>
2
4
You may be using the commandLink
together with the graphicImage
, example:
<h:commandLink action="#{clienteController.editar}">
<h:graphicImage value="img/imagem.png" />
</h:commandLink>
Browser other questions tagged java jsf-2.2 xhtml
You are not signed in. Login or sign up in order to post.