Hi all,
I have the following problem.
I have two frames - leftframe and rightframe - in an HTML page. The
leftframe shows a list of key fields. On clicking one item in the list, the
corresponding details is fetched from the database and shown in the
rightframe. The user can edit the data in the rightframe and then submit it.
Now, the problem is, after the data is updated in the database, when the
user again clickes on the same list item in the leftframe, still the old
data is shown ( it is now not fetched from the database ). But when I right
click on the rightframe and click 'Refresh' from the menu, i get the actual
page with the current updated data.
Can you tell me why this is happening and how do i solve this problem
which appears to me, as if, the browser is caching the previous pages and
showing them in the second time also without going to the database and
fetching the record).
Please suggest what I should do to stop the browser cache the pages.
Regards,
Anjan
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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