Posts by TenorioStephano • 1 point
2 posts
-
0
votes2
answers103
viewsA: Doubt in Selectonemenu Primefaces
If you only need the id and not the whole object, you can do the following: Bean: private List<mecanica> mecanicas; private Long idMecanicaSelecionado; view: <p:column…
-
0
votes2
answers103
viewsA: Doubt in Selectonemenu Primefaces
Michael, I saw that you used the mechanical variable in p:selectOneMenu and also in f:selectItems, in this case you can create a mechanical property Selected and set it in the value of…