Posts by Sandro Queiroz Jr • 106 points
3 posts
-
2
votes2
answers1255
viewsA: Update datatable after deleting record
In the p:commandButton that calls the action of deleting you forgot to put process="@this" update="pesquisa"
-
3
votes1
answer408
viewsA: Search in associative table
There is an error in your query. Note here where u.id_pessoa = :pPessoa". The query expects to receive in the parameter :pPessoa the id of Person, but you’re passing is the name here…
-
1
votes1
answer1006
viewsA: Use Java Project in another project
I believe we are missing compile the classes. If you are using Eclipse go to the menu and select: Project > Clean. In the box that will open select Clean Projects Selected Below, check the…
javaanswered Sandro Queiroz Jr 106