Top "Graphicimage" questions

graphicImage is a JSF tag that renders an HTML <img> element.

Load images from outside of webapps / webcontext / deploy folder using <h:graphicImage> or <img> tag

I need to display images which reside outside of deploy folder in web application using JSF <h:graphicimage> …

image jsf jsf-2 graphicimage
Display database blob images in <p:graphicImage> inside <ui:repeat>

I'm using PrimeFaces 3.2 on JBoss 7.1.1. I am trying to display an image which is stored in a BLOB in a …

jsf primefaces dynamic-content uirepeat graphicimage
Display uploaded image in JSF

I have a view scoped bean where I create a person. A person can have a picture. This picture is …

file-upload jsf-2 primefaces graphicimage
WARNING: JSF1091: No mime type could be found for file dynamiccontent

I get the following warning under eclipse : WARNING: JSF1091: No mime type could be found for file dynamiccontent. To resolve …

jsf primefaces dynamic-content graphicimage
How to make p:graphicImage clickable and invoke bean action

I am using <p:graphicImage> like below: <div id="mapp"> <h3>Country Map</…

jsf primefaces clickable graphicimage
How to trigger an ajax event listener on click of p:graphicImage?

I want to do some processing when the user click on the p:graphicsImage inside a ui:repeat How do …

ajax jsf-2 primefaces graphicimage
How to use <p:graphicImage> with DefaultStreamedContent in an ui:repeat?

I was trying to display a panel where user can see a list of items category(displayed as images) and …

jsf primefaces uirepeat graphicimage
<p:graphicImage> not working in jsf

I recently included a <p:galleria> in my JSF page as shown in PrimeFaces showcase. The code is …

jsf primefaces graphicimage
How to populate h:graphicImage value with image content from database?

I have got the Image object in my ManagedBean. How can I get it in my JSF page? This seems …

database jsf bytearray blob graphicimage
Display p:fileupload image in p:graphicImage preview without saving it

I am using PrimeFaces 5.3 <p:fileUpload> to upload a PNG image and I would like to show a …

jsf file-upload primefaces preview graphicimage