Hi all:

I know the issue of page disabling page caching has been addressed
several times, and I have browsed through the archives.  Despite having
tried a few suggested solutions, I can't seem to fix the issue at hand.

I have 2 servlets:
1- Provide a main page containing frames
2- Provide content for one of the frames in the main page


The problem is that the content of the frame serviced by servlet 2 is
not updated.  I have tried to add the following to both servlets
unsuccessfully:

myRes.setHeader("Cache-Control", "no-store");
myRes.setDateHeader("Expires", 0);

*Any* suggestion on this would be most appreciated!

Regards,

Jean Bresse

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to