Re: How to use logic iterate...

2006-01-10 Thread shyam kishore alapati
: [EMAIL PROTECTED] Date: Tue, 10 Jan 2006 08:39:34 -0800 To: user@struts.apache.org Subject: How to use logic iterate... > Hi All, > I have the below logic , and I need to loop thriugh the Dmamarket Array > using struts and > Set the form attribute.. > My form has dmaMarket[]

RE: How to use logic iterate...

2006-01-10 Thread Shilpa . Nalgonda
Thanks. That was veru helpful, I got my problem solved.. -Original Message- From: Srinivas Jadcharla [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 10, 2006 3:21 PM To: Struts Users Mailing List Subject: Re: How to use logic iterate... Shilpa, Look at the lessons By Rick http

Re: How to use logic iterate...

2006-01-10 Thread Rick Reumann
Srinivas Jadcharla wrote the following on 1/10/2006 3:21 PM: Shilpa, Look at the lessons By Rick http://www.reumann.net/struts/main.do You'll find the answer.Thanks Rick for your lessons. You're welcome, but I suggest if you want to get a jump on the more up-to-date stuff you use the upda

Re: How to use logic iterate...

2006-01-10 Thread Srinivas Jadcharla
an I use nested tags... > > -Original Message- > From: Gary Feidt [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 10, 2006 12:31 PM > To: user@struts.apache.org > Subject: Re: How to use logic iterate... > > If you have a getDmaMarket and setDmaMa

RE: How to use logic iterate...

2006-01-10 Thread Shilpa . Nalgonda
the attributes (country) also at the same time.. Can I use nested tags... -Original Message- From: Gary Feidt [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 10, 2006 12:31 PM To: user@struts.apache.org Subject: Re: How to use logic iterate... If you have a getDmaMarket and setDmaMarket

Re: How to use logic iterate...

2006-01-10 Thread Gary Feidt
If you have a getDmaMarket and setDmaMarket property on your form, I would do the following: This will display your data, but it looks like you are trying to edit the list by displaying it in tags. You may want to rethink that, and use another page to edit each item individually. Just my

How to use logic iterate...

2006-01-10 Thread Shilpa . Nalgonda
Hi All, I have the below logic , and I need to loop thriugh the Dmamarket Array using struts and Set the form attribute.. My form has dmaMarket[] as an attribute. <% DmaMarket[] dmaArray = (DmaMarket[])session.getAttribute(Constants.ATTRIBUTE_EU_DMAMARKET_LIST) ;