I ran into a related problem recently that could be worked around by switching the "Check for newer versions of stored pages" setting in IE from "Every visit to the page" to "Automatic".
As described here: http://www.microsoft.com/windows/ie/using/howto/customizing/clearcache.mspx However that's not much good if you have a website and don't want to force users to change settings. Or require users to use a real browser. ;-) I'd be interested to see if there are programming related solutions. Brady > Hello all, > > I have a struts app that works great on Firefox, however when I use IE I > have problems with it. > I guess that IE caches the JSP page. So when the action sends the data > to the JSP I always have the same > thing. > > So I read about it and found that if you add on the struts-config.xml > <controller nocache="true"/> it would > solve the issue. Well it does not solve it in its entirely. > > I would like to ask if I could have something on the JSP or the HTML > part of it to force reloading by IE. > Any suggestions? > > Thanks, > > C.F. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]