When I use an <h:graphicImage url="/images/myimage.gif" />
the resulting html has the context path added to the beginning:

<img
src="/contextpath/images/myimage.gif;jsessionid=FC8DCE7CCC9D6174FB47A3CC5183
11FC" />

Is there any way to prevent this?

Thanks,
Lance

Reply via email to