Last updated 6 years ago
Was this helpful?
PrimeFaces already incorporates jQuery UI, you shouldn't bundle it yourself. There is
p:button
component. Here is example on
. So for your case:
<p:button outcome="#{listadoUsuario.verUser(user.username)}" value="ver" icon="ui-icon-pencil"/> You can use <f:param name="productId" value="10" />