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/
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
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
3 matches
Mail list logo