DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22633>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22633 Document how to use web.xml "maxFileSize" and how to deal with "MaxLengthExceededException" ------- Additional Comments From [EMAIL PROTECTED] 2004-02-24 14:17 ------- also, when using the <controller> element with <set-property property="maxFileSize" value="10K" /> as recommended by Rob, with struts1.1 I don't even see a stacktrace anymore and also, it appears that in MyForm extends ValidatorForm {... the validate() method is reached in a way that all other form fields that are not too large are empty as well and even the request.getParameter("...") results are empty too, so the form doesn't even remember which buttons were pressed. It would be great if http://jakarta.apache.org/struts/userGuide/configuration.html#controller_config could be enhanced to say how the application programmer handling the GUI gets a hold of the fact that the "maxFileSize" controller was triggered. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]