How to refresh a jsp page with data using struts
807591Apr 29 2008 — edited Apr 29 2008Hi all,
I am trying to refresh the data on a jsp page, but I don't get anything other than the data is already in the page. For example, I have data already been retrieved from database in the jsp page, and I update some data in the database, and when I click on refresh button I get the same data in the jsp page and it does not refreshed with new data just been updated. Please solve this problem.