Posts by Arthur Henrique Eggert • 19 points
2 posts
-
0
votes3
answers1290
viewsA: mask jquery currency
I believe that p: is of primefaces, so use the Primefaces Extension, to do this, it has a component called pe:inputNumber that has attributes for the field mask!
-
1
votes1
answer900
viewsA: JSF - how to send information to another page
You can use the Parameters: In XHTML <p:commandButton title="EDITAR" action="/pagina?faces-redirect=true"> <f:setPropertyActionListener target="#{flash.objeto}" value="#{listItem}" />…