Posts by user13468 • 71 points
5 posts
-
2
votes1
answer259
viewsA: Rendered of the first faces giving error while recovering entity Boolean
The solution to the problem, as suggested by the Wakin user yesterday, was to set Integers values that were null
-
1
votes1
answer259
viewsQ: Rendered of the first faces giving error while recovering entity Boolean
Can anyone tell why the rendered Graphic image is giving error??? <p:dataGrid columns="3" value="#{projetistaBean.listaDeProjetistas}" var="projetista" styleClass="ui-datagrid" >…
-
2
votes4
answers2527
viewsQ: How to take the edge of a primefaces datagrid?
How do I take the edge of a primefaces datagrid??? follows the part of the code I use the datagrid: <p:dataGrid columns="3" value="#{projetistaBean.listaDeProjetistas}" var="projetista"…
-
2
votes2
answers1761
viewsA: Database image displayed in primefaces does not appear
Solved!! graphicImage does not work if it is used within a set tag such as datagrid if images are saved in a database. If you need to show them inside a datagrid, you must save the images in…
-
0
votes2
answers1761
viewsQ: Database image displayed in primefaces does not appear
I am implementing a page where I need to display a datagrid with the values of a table in the database. Each table row has a blob image. But when trying to display the image with the primefaces by…