Add this to your servlet generated html <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
----- Original Message ----- From: "Richard Johnstone" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 15, 2002 1:23 PM Subject: Re: Refresh Issue > By cache control, do you mean > <meta content="0" http-equiv="expires"> > I put this in as one of the archives mentioned it but no help. > Still picks up a cached page > > >>> [EMAIL PROTECTED] 08/15/02 12:48pm >>> > Check your header "cache control" > > ----- Original Message ----- > From: "Richard Johnstone" > <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, August 15, 2002 12:42 PM > Subject: Refresh Issue > > > > Hi > > > > I am having some problems with the refreshing of servlets. > > When I call a page from an HTML form submit it is ok. > > If I use a link, if the page has already been called it pulls that > page > > back. > > Only when I refresh the page will it reload with the correct > > information. > > It seems that the page is being stored somewhere > > > > Ta for the Help > > Rich > > > > > -------------------------------------------------------------------------- -- > ---- > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > ---------------------------------------------------------------------------- ---- > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
