The main purpose of the JSP img tag is to provide URL rewriting. If
you don't want or need URL writing on the img src URLs, then use an
ordinary HTML img tag instead.

HTH, Ted.

On 4/18/06, Braun, James F <[EMAIL PROTECTED]> wrote:
> I need to send the user to our corporate site from my struts app. I
> tried using an empty action that mapped to an empty jsp page that had
> <jsp:forward page="http://polaroideyewear.com"/> in it.
>
> For some reason this caused all the <img tags in all the generated code
> to include a jsession id that caused the web server to not find and
> display them.
>
> Commenting out the <jsp:forward tag cleard the problem but ...
>
> A: What is the proper way to handle a forward to an out of application
> page.
> and
> B: Why did it do that?
>
> Thanks, J.
>
> J. Braun
> Polaroid Corp.
> Waltham MA USA
> +1 (781) 386 6871
> [EMAIL PROTECTED]
>
> java, sql, xml, jsp, eeuts
>
>
>
>
> --
> This transmission is intended only for use by the addressee(s) named herein 
> and may contain information that is proprietary, confidential and/or legally 
> privileged. If you are not the intended recipient, you are hereby notified 
> that any disclosure, copying, distribution, or use of the information 
> contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If 
> you received this transmission in error, please immediately contact the 
> sender and destroy the material in its entirety, whether in electronic or 
> hard copy format. Thank you.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
HTH, Ted.
** http://www.husted.com/ted/blog/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to