This project provides: - alternate implementation of org.apache.struts.util.MessageResources (and factory) - Struts plugin that configures the specified subclass of org.apache.struts.plugins.resources.CommonsResources (and factory) See the user documentation for further details about commons-resources beyond what is provided here as a Plugin and Wrapper. http://jakarta.apache.org/commons/resources/ The Resources plugin provides a configured MessageResources impl "as if" it was specified above as a ... (below is how you might do this with the plugin) NOTE - the same rule applies where if you define multiple message-resources, you must provide a unique key attribute or the later will overwrite the former ... ... ... ... ...