Posts by Ewerton Lourenço • 23 points
2 posts
-
0
votes1
answer134
viewsQ: How to save an image in the BLOB field of the SQL bd using jsf + primefaces?
I have a table in the database where the BLOB type field already exists to store an image. I wanted to know how to capture an image through JSF/Primefaces and store in this BLOB field of the…
-
1
votes1
answer324
viewsQ: How to fill an inputText based on another inputText?
I’m a beginner in JSF, Primefaces. I have a form and I would like that when a field received a certain value, another field would return information from the Database. Example: On the field…