I use a Servlet to stream an image from the database and I use the <h:graphicImage/> tag for display as follows:
[code]<h:graphicImage url=”/servletUrl?para1=name1¶2=name2”/>[/code]
The problem starts if I include the 2nd parameter (¶2=name2) and I get the following error message:
[code]The reference to entity "para2" must end with the ';' delimiter
[/code]
Am I missing anything?
[Message sent by forum member 'miss_duke']
http://forums.java.net/jive/thread.jspa?messageID=485120