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
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.