Re: IE5 caching of JSP pages, ( using JRUN )

2000-06-07 Thread Matthew Lehrian
a Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Lisa Lewis Sent: Tuesday, June 06, 2000 10:44 AM To: [EMAIL PROTECTED] Subject: IE5 caching of JSP pages, ( using JRUN ) I am having trouble preventing IE from caching my JSP pages. I have wasted an entire day o

Re: IE5 caching of JSP pages (using JRUN)

2000-06-07 Thread Lisa Lewis
D]]On Behalf Of Jim Bailey Sent: Tuesday, June 06, 2000 11:44 AM To: [EMAIL PROTECTED] Subject: Re: IE5 caching of JSP pages, ( using JRUN ) This is from the Microsoft support site. It gives an explanation of two caching problems. They reference IE 4 but you might try the suggestions anyway.

Re: IE5 caching of JSP pages, ( using JRUN )

2000-06-06 Thread Eduardo Salvador Godoy Vega
:44 AM To: [EMAIL PROTECTED] Subject: Re: IE5 caching of JSP pages, ( using JRUN ) This is from the Microsoft support site. It gives an explanation of two caching problems. They reference IE 4 but you might try the suggestions anyway. <http://support.microsoft.com/support/kb/articles/Q222/0/64.

Re: IE5 caching of JSP pages, ( using JRUN )

2000-06-06 Thread Jim Bailey
d that even all of this won't always solve your problem. We recommend that users switch their internet settings on IE to "Check for newer versions of stored pages: every visit to the page". -----Original Message- From: Lisa Lewis [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June

IE5 caching of JSP pages, ( using JRUN )

2000-06-06 Thread Lisa Lewis
I am having trouble preventing IE from caching my JSP pages. I have wasted an entire day on this. I have read and tried every relevant post. Below is a snippet of my code from one of my JSP pages that I would like the browser NOT to cache! I am adding the meta tags in both HTML and the JSP resp