lizzard wrote: > The functionality of the page is a mini search results with next/previous, > and a > search box. Doing next/previous works fine until you change the search term > and > then do previous, you get the old (i.e. cached) page. > > The server side state is correct, and it works fine in the other browsers so > it > has to be the IE cache right?. > > Anyone experienced this before, any ideas?
Yes. There was a thread about it a while ago. If my memory is correct, stripes 5 will have code to disable the IE cache. In the meantime, I subclassed JavScriptResolution to add the appropriate header to the HTTP response, see http://auth.opensolaris.org/svn/showfile.svn?path=%2ftrunk%2fAuthWebapp%2fsrc%2fjava%2forg%2fopensolaris%2fauth%2fwebapp%2fstripes%2fAuthJavaScriptResolution.java&revision=HEAD&name=auth -- Alan Burlison -- ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
