I'm trying to get a message from ApplicationResources.properties inside one of my action perform methods. Here's what I try to do:
MessageResources messages =
MessageResources.getMessageResources(Action.MESSAGES_KEY);
String modules = messages.getMessage("client.newuser");
When I run it, modules comes up null. What am I doing wrong?
Thanks.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

