Rendering Problem
-----------------
Key: ORCHESTRA-16
URL: https://issues.apache.org/jira/browse/ORCHESTRA-16
Project: MyFaces Orchestra
Issue Type: Bug
Environment: Spring, Apache Orchestra, JSF RI 1.2, Custom Components
Reporter: Miroslav Genov
It seems that there is a problem when any control is trying to access servlet
for rendering of an image. I have an image verification component which is
rendered as:
<img id="loginForm:verification_image"
src="/jadm-web/resourceServlet;jsessionid=CB3A2751A2FEF9823DE59A281AFA1BF0?imgId=14590567251000&conversationContext=1"
alt="" height="40" width="100" />
Any idea why orchestra places ";" after servlet name.?
This is the code which I'm using to render the image element.
String src = "/" + ResourceServlet.RESOURCE_SERVLET_MAPPING
+ "?imgId=" + id;
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.