Re: downloading a file using struts action class

2006-01-17 Thread Ed Griebel
On the thread today called "gone MAD with servlet / xls download on winXP", someone suggested that sending the no-cache directive will cause IE to download the file and then remove it before starting the associated application. This sounds like what is happening in your case as well. -ed On 1/17/

downloading a file using struts action class

2006-01-17 Thread temp temp
I am using struts action class to download a file . Here is the action class public ActionForward execute(ActionMapping aActionMapping, ActionForm aActionForm, HttpServletRequest aHttpServletRequest, HttpServletResponse aHttpServletResponse) thr

downloading a file using struts action class

2005-09-29 Thread temp temp
I want a struts action class to download xml file .I do not want to use Struts DownloadAction because I have a super class called AbstractActionBase which extends to struts action class and all my action classes extends to this AbstractActionBase. For downloading a file I am using normal s