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
> To: [EMAIL PROTECTED]
> Subject: Struts Problem - Urgent Help Required
>
>
> Hi All,
>
>
>
> I have a problem in struts development. I have to generate
> content from
> a custom tag. but I want to display the labels in multilingual format
> for which I need to u
Hi All,
I have a problem in struts development. I have to generate content from
a custom tag. but I want to display the labels in multilingual format
for which I need to use tag.
But from a custom tag we can't use another tag like
out.println("")
This will be executed/evaluated as a string n