Re: Struts Problem - Urgent Help Required

2004-04-23 Thread Manfred Wolff (neusta)
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

RE: Struts Problem - Urgent Help Required

2004-04-22 Thread Edgar P Dollin
> 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

Struts Problem - Urgent Help Required

2004-04-22 Thread Srinivas.Amarnadh
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