posted 13 years ago
i have a .jsp page that displays a page called invAppliedList.jsp where records can be viewed.
And in this page the records are updated using ok button.
Which changes the status of that record so that that record does not show later.
But when user clicks the browser back button the record that has been updated is shown.
So i tried to use pragme no-cache so that the page reloads when user clicks back button.
But it is not working please help.