Posts by Ronaldo Santos • 21 points
3 posts
-
1
votes1
answer125
viewsA: Hibernate saves twice the entity executed within the primefaces dialog
I solved the problem by removing the Binding="#{saleMB.dialogconfirma sale}" dialog
-
0
votes2
answers373
viewsA: Selectonemenu is not powered
I think you should create a Car class with template and code attributes; Managed Bean manages page requests. When the page is created it creates an instance of Managed Bean and vc is creating…
-
1
votes1
answer125
viewsQ: Hibernate saves twice the entity executed within the primefaces dialog
When the save button is on the page it works normally and saves the entity but I open a dialog to confirm the data to be saved and Hibernate saves twice very strange method to save outside the…