graphicImage « Data « JSF Q&A





1. url attribute of not accepting 2nd request parameter    stackoverflow.com

I use a Servlet to stream an image from the database and I use the tag for display as follows:

<h:graphicImage url=�/servletUrl?para1=name1&para2=name2�/>
The problem starts if I include the 2nd parameter (&para2=name2) ...

2. Not able to use action attribute in JSF graphicImage    coderanch.com

Hi, I am using the following code to display graphic image. Refresh Graphic Image does not have attribute like "action". So I am enclosing this image in the like this: Refresh But ...