Thanks James for the reply.

On Fri, 5 Apr 2002 01:31:21 -0500
"James Mitchell" <[EMAIL PROTECTED]> wrote:

> 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?

Yup, still has problems with setting content-type to those values.
 I have added 

         response.setHeader("Cache-Control", "no-cache");
         response.setHeader("Pragma", "no-cache");
         response.setHeader("Expires", "-1");

to the Action and it works fine now in IE5, IE6 and Netscape 6.2.  
I want to use a filter to put this in all my responses, but I always get an error when 
I call

chain.doFilter(request, response)

so I am trying to figure this out at the moment.

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]>

Reply via email to