Posts by Jorge • 13 points
2 posts
-
0
votes2
answers83
viewsA: selectOneMenu with convert does not work
I was able to solve the problem of displaying the value from the database. I did so in my selectOneMenu: <h:outputLabel value="Veiculo: " /> <p:selectOneMenu id="selectVeiculo"…
-
1
votes2
answers83
viewsQ: selectOneMenu with convert does not work
I have a selectOneMenu where I am populating with the database data but the same is coming with the memory address (see image), and not the value I want. I tried to solve using the example of this…