Re: [appfuse-user] how to get a properties message from controller

2007-01-29 Thread Matt Raible
Have you tried the same calls that exist in BaseFormController? return getMessageSourceAccessor().getMessage(msgKey, locale); Matt On 1/29/07, W. Ivan Coro <[EMAIL PROTECTED]> wrote: Hello All, From a controller that derives from a BaseFormController (spring mvc), I can use getText() to retri

[appfuse-user] how to get a properties message from controller

2007-01-29 Thread W. Ivan Coro
Hello All, From a controller that derives from a BaseFormController (spring mvc), I can use getText() to retrieve a message from the properties files, but how can I do the same if I'm using a plain Controller, which does not inherit from BaseFormController? Thanks a lot. I.