Posts by erickdeoliveiraleal • 136 points
2 posts
-
0
votes1
answer341
viewsA: submit part of the form - jsf primefaces
You cannot nest Forms in JSF. The save button should save the Rid panelGrid and the items already chosen. To do this add an id to the Rid panelGrid and the save button put ex.:process="@this…
-
2
votes3
answers1547
viewsQ: Save same object multiple times
Solution: setar id = null Code saved 10 times if running on the Tomcat server, but running on Glassfish only adds once. <?xml version="1.0" encoding="UTF-8"?> <persistence version="2.0"…