Hi,
I am looking for a way to access a message property that is maintained in the ApplicationResources.properties file in a
Java class that is external to the
Struts API.
I would like in a Java Class to be be able to say,
messageResource.get(key, locale) and get back the struts resource for the specified key.
Thanks in advance for any suggestions.