Not sure if this was answered yet but are you setting the content-type to
"image/gif" or "image/jpeg" depending on what you are serving up?



JM

> -----Original Message-----
> From: Antony Stace [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 04, 2002 5:18 AM
> To: [EMAIL PROTECTED]
> Subject: Problem with IE5 not calling an Action
>
>
> Hi
>
> I have a jsp page.  An action populates some beans in the page and the jsp
> uses those values to display the page.  Also in this page is
>
> <img src="<html:rewrite page="/generateImage.do"/>">
>
> This action generates an image which is displayed on the page.
> The generateImage.do Action checks some bean values to work out
> which image to send.  The problem is that the page works fine on
>
> IE6
> Netscape 6.2
>
> It does not work on
>
> IE5.
>
> What I am seeing is that the jsp renders fine on the first
> rendering of the page for all browsers.  The second time the page
> is rendered the page renders fine on IE6 and Netscape 6.2 but
> with IE5 the image part of the jsp
>
> <img src="<html:rewrite page="/generateImage.do"/>">
>
> is not displayed (it was correctly displayed on the first access for all).
> For IE5 when I look in the tomcat4 logs I see the Action
> generateImage.do called the first access to the page, then on
> subsequent accesses it is not called.
> Any ideas folks?
>
> Cheers
>
> Tony
>
>
>
>
>
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>


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

Reply via email to