Posts by Udson Oliveira • 1 point
2 posts
-
0
votes1
answer47
viewsA: Refresh p:selectonemenu primefaces
I managed to solve it after a lot of trying. I traded that : <p:ajax event="change" listener="#{carregaDadosProduto()}" update="@form" /> therefore: <p:ajax event="change"…
-
0
votes1
answer47
viewsQ: Refresh p:selectonemenu primefaces
I came across a problem I couldn’t solve. I have a p:selectonemenu that has a p:ajax with Event change. When changing its value it executes a Listener that arrow the values of other p:selectonemenu.…