I am wanting to open an excell file from the Struts action class
My code in the Sruts action class looks as follows:
ActionForward af = new ActionForward("/userdata/test.xls");
It opens a dialog box.
My problem is the name of the file(instead of test.xls) is the name of the .do function called from my JSP to run this action.
My code in the Sruts action class looks as follows:
ActionForward af = new ActionForward("/userdata/test.xls");
It opens a dialog box.
My problem is the name of the file(instead of test.xls) is the name of the .do function called from my JSP to run this action.