Re: Struts2 Fileupload user defined messages

2008-07-20 Thread Joachim Rohde
Hi Dirk, I had the same problem and after spending the whole day trying things out, I found something that works. In WEB-INF/classes I created a class struts-messages.properties with following content: struts.messages.error.uploading=Fehler beim hochladen der Datei struts.messages.error.fil

Re: Struts2 Fileupload user defined messages

2008-06-17 Thread Matthieu Heimer
Which size limit are you exceeding? http://cwiki.apache.org/confluence/display/WW/File+Upload#FileUpload-FileSizeLimits The error message you are seeing is hard coded in commons upload. I think all you can do is open up the struts.multipart.maxSize value to be larger than the maximumSize intercept