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¶2=name2”/>
The problem starts if I include the 2nd parameter (¶2=name2) and I get the following error message:
The reference to entity "para2" must end with the ';' delimiter
Am I missing anything?