Re: IE Caching problem..Struts Application Working fine in Firefox

2006-02-08 Thread Letícia Álvares Barbalho
maybe you can show us a little bit of the code? On 2/7/06, zahid mohammed <[EMAIL PROTECTED]> wrote: > > Thanks Leticia.I have tried to deceive the browser by appending a > parameter which has a random number this way > > /GetOtherSet.do?rand='+parseInt(Math.random()*); > > BUT IT

Re: IE Caching problem..Struts Application Working fine in Firefox

2006-02-07 Thread bradyh
I'm sorry to get your hopes up but the problem I had was related to IE caching mime-types and must be different from yours. I thought it might be related but that seems unlikely now since the change in IE settings didn't have any effect. Here's the link if you're curious: http://groups.google.com

Re: IE Caching problem..Struts Application Working fine in Firefox

2006-02-07 Thread zahid mohammed
Thanks Leticia.I have tried to deceive the browser by appending a parameter which has a random number this way /GetOtherSet.do?rand='+parseInt(Math.random()*); BUT IT DOES'NT HELP..Surprisingly when I print the elements on the console using System.out.println in the jsp..

Re: IE Caching problem..Struts Application Working fine in Firefox

2006-02-07 Thread Letícia Álvares Barbalho
I had a similiar problem with IE. Here goes how I solved it: * * /MyApp/getPedido.do?id=** The first line is obviously including the bean, while the second is what comes in my link, calling the action. As you see I created a auxiliar parameter to make IE think that something new is coming. Tha

Re: IE Caching problem..Struts Application Working fine in Firefox

2006-02-07 Thread zahid mohammed
Thanks for the reply BradyI have cleared the cache and tried all the options for "Check for newer versions of stored settings." "Every visit to page" and "Automatically". Even then its not working. If its the Apache setting problem then why is it working fine in Firefox. Could you pleas

Re: IE Caching problem..Struts Application Working fine in Firefox

2006-02-06 Thread bradyh
You might try changing the "Check for newer versions of stored settings." As described in the following URL. http://www.microsoft.com/windows/ie/using/howto/customizing/clearcache.mspx It should either be "Every visit to page" if that's what you have now try "Automatically". If that's the problem