You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Deadman, Hal" <ha...@tallan.com> on 2001/02/13 00:03:32 UTC

html:img tag url rewriting

When using the html:img tag with the page attribute it will do url rewriting
but that doesn't seem to work on some webservers. 
 
This doesn't work:
 <http://jakarta.apache.org/images/logos/tomcat_3.gif;jsessionid=123123>
http://jakarta.apache.org/images/logos/tomcat_3.gif;jsessionid=123123
 
Is there a way to turn off the url rewriting and have the img tag still add
the appropriate context to the image path?
 
Hal