I am using Struts2 fileUpload interceptor to upload the files. I have configured the maxSize, allowed contentTypes ... props etc. But when user violate the maxSize ... Struts2 display error message which is very long string ...
I want to change the message string i.e. how I can override struts.messages.error.file.too.large ... any idea?
Thanks!