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]

Reply via email to