We use the following code snippet to prevent the browsers from caching.

                <meta http-equiv="pragma" content="no cache">
                <meta http-equiv="cache-control" content="no store">
                <meta http-equiv="expires" content="0">


Mike


> -----Original Message-----
> From: kiuma [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, January 15, 2003 11:30 AM
> To: Struts Users Mailing List
> Subject: Refresh on MSIE, PLEASE HELP!!
> 
> 
> Hello,
> I'm having big troubles with MSIE because it doesn't refresh 
> the content 
> of my forms.
>  I've put
>         <META HTTP-EQUIV="expires" CONTENT="0">       
>         <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
>         <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache"> 
> but it doesn't refresh my pages!
> 
> How to do to refresh my pages?
> thanks,
> kiuma
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:struts-user-> [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]>

Reply via email to