I'm working on upgrading to
Struts 1.3.5 in an application that was already built on some version of 1.1. I'm relatively new to Struts, and I was wondering if anyone could tell me about the ApplicationResources.properties files (message resource bundles, right?). I understand that they contain error messages, both packaged with Struts and application-specific, developer-created. However, is there any special syntax other than the standard
# Comment goes here
element.keyName=Your favorite value {0}, as always
Also, why was I getting warning messages that said that ApplicationResources_en.properties and ApplicationResources_en_US.properties were not found. I know that en is for "English" and US is... well, obvious, but why did I need them? And do I have to copy the code from the basic ApplicationResources.properties file into each of those, or reference that file in some way?
Any insight would be greatly appreciated
Cheers,
Kristen