Posts by Valdoms • 38 points
3 posts
-
1
votes1
answer3123
viewsQ: How to limit the number of rows in an HTML table
I’m doing a database listing screen and showing the results in an HTML table, it’s all working, but I would like to limit the number of lines displayed by five to stay all on the same screen and the…
-
0
votes1
answer61
viewsA: Background problems
Instead of simply using "style" put css code between tags <h:outputStyles></h:outputStylesheet> which are the outputs for jsf to recognize the stylesheet. Replace that: <h:head>…
-
1
votes1
answer360
viewsA: How to search for ID’s in the bank and display the names on the screen?
Dear Douglas, first check whether you actually generated in the bank the foreign key of the generation table, in the skill table, to ensure the relationship. If it did not generate, use the…