RE: Where can I catch FileUploadException?

2004-04-23 Thread Jing Teng
Martin, Thanks for the reply. If I throw a ServletException in my Action, my app catches it. The question here is if there is a way to catch this FileUploadException wraped as a ServletExcption, maybe tweaking the web container somehow? I am using Websphere 5.0.2 Jing Teng -Original

Where can I catch FileUploadException?

2004-04-22 Thread Jing Teng
Hi All, I am using the file upload features in a web application. Basically the app has three components. Application.jsp has a html form, the form is captured in JobApplicationActionForm, the action of the form is to apply.do. The application runs well at most of the time, but when the resume