Posts by Allan Muller • 36 points
3 posts
-
0
votes1
answer37
viewsA: Error when selecting data saved in BD via a <p:Selectonemenu>
After analyzing a ready project using JPA/Hibernate I noticed that the classes had the equals and hash code method. That’s exactly what I hadn’t implemented and didn’t let Selectonemenu select my…
-
2
votes1
answer57
viewsA: Replace multiiplas words with a
Just adapt var NovoValor = "Gênesis"; var Texto = "Este é o livro de GEN, Gn é o primeiro livro da bíblia, leia Gen."; var ListaPalavras = ["GEN", "GN", "Gen", "Gn"]; for(index in ListaPalavras) {…
-
-1
votes1
answer37
viewsQ: Error when selecting data saved in BD via a <p:Selectonemenu>
I’m having trouble loading a user’s data into the form. Man selectOneMenu is loaded(correctly) with a list of guys however the TYPE object entered in the User record is not being selected during…