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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.