Re: Catching MaxLengthExceededException

2004-08-22 Thread Shinobu Kawai
Hi Antony, > Where I can catch the > org.apache.struts.upload.MaxLengthExceededException thrown when the file > size exceeds in Struts 1.0. I need to a message and redirect user to the > previous page. I can catch it in web.xml which catches the exception. But it > seems not to be an elegant

Catching MaxLengthExceededException

2004-08-22 Thread Antony Paul
Hi all, Where I can catch the org.apache.struts.upload.MaxLengthExceededException thrown when the file size exceeds in Struts 1.0. I need to a message and redirect user to the previous page. I can catch it in web.xml which catches the exception. But it seems not to be an elegant solution. I wan