Old pages keep reloading after database info is changed
Hey everyone:
I'm having a problem here...
I have this database management thing done in pure servlet. There is a list of DB stuff, and then a button u can push to add info/delete an entry. So you add the new line or delete an entry, some DB updates are made, and then you are returned to the list using out.println("<script>parent.location='Admin?page=list'</script>");
This sends me back to the listing, but it is the old one before the new entry was added or one deleted. I have to click on the icon at the top of my page (to go to the listing) to get the updated list.
Any ideas? Is there some way to turn say never use a cached file or something?
Thanks,
Jeff

