Re: Struts MessageTag.java not reading properties file keys

2001-04-21 Thread Tony Wang
Hi, I got exactly the same error in VAJ-Tomcat environment when I first time load my own project after running the struts-examples successfully. It turned out that Tomcat mixed up the property files that are loaded into its environment and could not figure out who is who. Fix: Leave only the p

File Upload Exeption maxsize

2001-04-21 Thread SPietsch
Michael> I would assume if you could somehow catch the ServletException that wraps Michael> it, you could get the root cause and see if it's an instance of Michael> org.apache.struts.upload.MaxLengthExceededException and go from there. Michael> Could that work inside of a jsp error page? Like this