RE: file download issue

2009-10-19 Thread Tarun Chowdhry
xisting files. Best greetings, Paweł Wielgus. 2009/10/19 Tarun Chowdhry : > 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;

file download issue

2009-10-19 Thread Tarun Chowdhry
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