Posts by Saulo Moura • 63 points
3 posts
-
0
votes1
answer2589
viewsQ: How to open a dialog by passing an object as a parameter in the primefaces?
Good night. I’m having trouble opening a dialog by passing an object as parameter. Someone knows how to fix this?
-
4
votes2
answers1344
viewsA: Quote problem when doing INSERT SQL
the backticks, or crase, or "crooked quotes", are part of the default Mysql identifiers (I’m not sure if the sql language itself or the SGDB). You can see more about this on mysql documentation…
-
2
votes1
answer91
viewsQ: How to add concrete elements in Runtime in the Visitor project pattern?
I have a question regarding Design Pattern Visitor. From my studies, if you want to add a new concrete element to the pattern you should add a new abstract method in the Visitor interface and…