Did you add the no cache to the page open in the separate window also?
If the new page open in the other window is also a jsp/servlet, then you
also have to add the code there.  The code to set the page to no cache is
specific only for that particular page.

When the page set to 'no cache' then the browser should not save the
content to your machine.  So that the next time you access the page again
it should called the page again as if it is never access before.

At 06:52 AM 8/27/01, you wrote:
>Hi.
>Actually if I use setHeader "no cache" what is happening ?
>Is the files are not stored in C:\WINDOWS\Temporary Internet Files ?
>In my case i am not using any redirects but using encodeUrl  and opening
>files in separate single window.
>The page opened in separate window is retained unchanged, ie not
>refreshed.....................
>
>Regards
>Senthil
>
>At 07:34 PM 27/08/2001 +0800, you wrote:
>>yah .. you are correct,
>>  i have tried it by my self too but still no changed. The page still cant
>>refresh automaticly.
>>
>>==
>>thx,
>>a Java Addicted
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
>http://java.sun.com/products/jsp/faq.html
>http://www.esperanto.org.nz/jsp/jspfaq.html
>http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to