better is struts user list ;-)
You need to get the MessageResources object, which is saved in the
session and in the request under the key Globals.MESSAGES_KEY. If you
have this object you can call the method
message = resources.getMessage(userLocale, key);
or
message = resources.getMessage(u
Look at the source code of the bean message tag and extract the code to
perform the lookup to the internationalized messages in your own tag.
Edgar
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 21, 2004 8:56 AM
> To: [EMAIL PROTECTED