[Trinidad] Trapping File Upload Exception

2007-09-11 Thread DLC
Hi all, Part of my web application includes the ability to upload files using the tr:inputFile tag. So far, I can get files uploaded and captured correctly. However, I'm not sure how to trap the EOFException that is thrown when a file above the upload limit (where file size

Re: [Trinidad] Trapping File Upload Exception

2007-09-11 Thread Matthias Wessendorf
Hi, there is already an issue on this (see [1]). Perhaps an web.xml entry like: web-app ... error-page exception-typejava.io.EOFException/exception-type location/SizeError.jsp/location /error-page helps ? See [2] -M [1]