Re: How to use logic iterate...

2006-01-10 Thread shyam kishore alapati
Hi try this following code Try this code i think it will work for ur logic. Regards, Shyam Kishore Alapati -Original message- From:

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