Re: Help required

2006-07-04 Thread Paul Benedict
The dev@struts.apache.org mailing list is for Struts development only. If you need help actually developing *with* Struts, please subscribe to [EMAIL PROTECTED] Thanks!! faisal abdallah <[EMAIL PROTECTED]> wrote: All this logic shouldn' t be performed inside a JSP. Prepare everything in a Stru

Re: Help required

2006-07-04 Thread faisal abdallah
All this logic shouldn' t be performed inside a JSP. Prepare everything in a Struts handler, save the set in HttpSession or ServletContext then user Struts:logic or even better JSTL c:forEach> [EMAIL PROTECTED] Madhu Soudathikar <[EMAIL PROTECTED]> wrote: Hi, I have come across a

Help required

2006-07-04 Thread Madhu Soudathikar
Hi, I have come across a strange problem for which i am scanning thru the Struts documentation and i could not locate any help. Problem; I have a set of employee records and in the JSP, i am displaying the records using logic:iterate.In the JSP, we have a provision to add a new employe

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