Although this is trivial, I thought I would mention it anyway. I've been playing with file upload functionality of struts version 2.5.8, and noticed that the file "struts-messages_en.properties" has a typo in the following message: struts.messages.error.file.too.large=The file is to large to be uploaded: {0} "{1}" "{2}" {3} This needs to be changed to: struts.messages.error.file.too.large=The file is too large to be uploaded: {0} "{1}" "{2}" {3}
The typo does not exist in the file "struts-messages.properties". --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org