Posts by Rodrigo Tassini • 1 point
4 posts
-
0
votes1
answer172
viewsA: Return person and phone list
You mapped the relationship of Pessoa and Telefone entities? If they’re mapped with eager Hibernate will do this for you. Through hql you will need to use Join. Something like: Select u FROM Pessoa…
-
0
votes0
answers40
viewsQ: First faces generating primefaces.css.html file
Primefaces is generating css and js files with extension . html, for example, primefaces.css.html. This file is reported as a potential vulnerability. Does anyone know how this file is generatede?…
-
0
votes1
answer73
viewsA: Change pattern behavior of element p:confirmDialog
I asked the same question in Stackoverflow in English and got the answer there. If anyone else needs it, follow the link. https://stackoverflow.com/a/36504533/5535174…
-
0
votes1
answer73
viewsQ: Change pattern behavior of element p:confirmDialog
I need to change the default behavior of the p:confirmDialog element. By clicking yes, he must complete the request by passing a value and clicking no, he must complete the request by passing…