How to refresh a jsp page using struts,
April 30, 2008 at 2:20 AM
Hi all,
I am trying to refresh the data that have been retrieved from database to a jsp page. The first action class is retrieving data from database and display them in the jsp page. In the same jsp page I want to create a button where a user can click to refresh the data that has been update in the database side. This is done by second action class. Please let me know as this problem is hitting my head.
The first action class
public class StateResultAction extends BaseAction{ private int year; private int month;