I have a
struts config file (a module) with two message-resource definitions:
How do you I specify in the
Action class (not the .jsp) to use the resource file using key="aKey"?
I know how to do it in a .jsp, but I am having trouble from the Action class.
Any help would be greatly appreciated.
eNormAce.