You can only specify one message resource without a
key attribute. All others must have a
key attribute.
It's also important to understand that you only need to define the
base bundle name. You do not need to define a separate bundle for each language. Even though you have both a TRIMSLabelResources.properties file and a TRIMSLabelResources_it.properties file, you only need to define TRIMSLabelResources in the struts-config.xml file.
Struts will automatically find the file with the correct language suffix.