Hi,
I was not sure about the point of issue so I had posted on both Tomcat and
Struts lists.
Kind Regards,
Tarun
-Original Message-
From: André Warnier [mailto:a...@ice-sa.com]
Sent: Monday, October 19, 2009 4:03 PM
To: Tomcat Users List
Subject: Re: file download issue
Tarun
Sorry I meant for download. The code and the configuration is for the download
only.
Kind Regards,
Tarun
-Original Message-
From: André Warnier [mailto:a...@ice-sa.com]
Sent: Monday, October 19, 2009 3:49 PM
To: Tomcat Users List
Subject: Re: file download issue
Tarun Chowdhry wrote
Hi,
Getting the following exception when trying to call the FileUpload code:
Action class:
import java.io.*;
import com.opensymphony.xwork2.ActionSupport;
import com.opensymphony.xwork2.Action;
import org.apache.struts2.ServletActionContext;
public class extends ActionSupport{
priv