Posts by Alexandre De Carli • 106 points
3 posts
-
4
votes1
answer1326
viewsA: What naming conventions are in mysql database creation, tables and columns
Mysql is not Case sensitive in Windows, so regardless of the "case" of the table creation, you can always access it by Tabela1 or TABELA1, the same happens with the columns. What does not happen…
mysqlanswered Alexandre De Carli 106 -
0
votes2
answers704
viewsA: Component pe:Masterdetail does not work on dynamic pages
There is a solution to this: Instead of putting a form to give Update, put an h:panelGroup: <h:body > <h:form> <p:commandButton action="#{theBean.goToPage('masterDetailPage.xhtml')}"…
-
5
votes2
answers704
viewsQ: Component pe:Masterdetail does not work on dynamic pages
I’m developing a web app that aims to work like Facebook. During the navigation the page is not reloaded, loading via AJAX only the central content. I’m using Primefaces 4.0 and Primefaces Extension…