Do you mean adding this as meta tag or through setting it in the headers?
Matthias Wessendorf schrieb: > just a quick shot... > tried > > "Cache-control: private" > > ? > > -Matthias > > On 5/15/06, Veit Guna <[EMAIL PROTECTED]> wrote: >> Hi. >> >> I'm using the sandbox s:graphicImageDynamic tag to dynamically display >> images with myfaces. It works so far, but one problem I encountered in >> combination with the IE (FF works): >> >> Because the tag uses always the same url to render the image, the IE is >> a little bit confused and shows the last displayed image when using the >> back button in the browser. Although the "real" image before was another >> one. I tried to use: >> >> <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE" /> >> <META HTTP-EQUIV="Expires" CONTENT="-1" /> >> >> But that didn't work out. A manual reload "fixes" the problem. >> >> Does someone had the same problem and found a solution? >> >> regards, >> Veit >> > >

