Posts by Sron Lemos • 31 points
2 posts
-
2
votes1
answer950
viewsA: To display a list of images with saved path in the JSF2.2+ Primefaces 4 database
Solution was to create a Servlet and pass the image path as parameter: Servlet: @WebServlet("/image") public class ImagemServlet extends HttpServlet { private static final long serialVersionUID =…
-
1
votes1
answer950
viewsQ: To display a list of images with saved path in the JSF2.2+ Primefaces 4 database
I’m having trouble displaying images on a datagrid using both img and graphicImage passing to these tags the path of the database. Could someone help? I’m using Tomcat 8. The last way I tried was…