Posts by Alfredo Marin • 19 points
3 posts
-
1
votes0
answers21
viewsQ: Datatable page two deletes List
I’m using Primefaces 6.2 with Hibernate 4.3 without JPA or Spring. I need to show data on the screen, where I have a Dialog and inside it a Datatable with a button that will open another Dialog. I…
-
0
votes1
answer65
viewsA: Java Web with Primefaces and Hibernate
I discovered the error. In fact it was all working correctly, only the Dialog that did not display the data I wanted in your Header. After changing Commandbutton Update everything worked normally!…
-
-2
votes1
answer65
viewsQ: Java Web with Primefaces and Hibernate
I have problems with the Primefaces Dialog. I have a Dialog that will appear when I click on a commandButton, in the oncomplete method, of a datatable. This Dialog will have another datatable that…