Re: Updation using iterate tag

2001-07-11 Thread Gregor Rayman
<[EMAIL PROTECTED]> wrote: > Whoops - my bad (thanks, Gregor!). Had some old code which I hadn't fully > tested and copied in... Was using the indexed names for referencing, and hadn't > thought through the saving stuff!! Apologies. > > Sandeep, you have two options here: use scriptlets, or my

Re: Updation using iterate tag

2001-07-11 Thread dhay
[EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: Re: Updation using iterate tag <[EMAIL PROTECTED]> wrote: > Hi Sandeep, > > Try this: > > > > > > > > >

Re: Updation using iterate tag

2001-07-11 Thread Gregor Rayman
<[EMAIL PROTECTED]> wrote: > Hi Sandeep, > > Try this: > > > > > > > > > > > > > > and have getter/setter for pricesVector in your MyFormBean and getter/setters > for oldPrice and newPrice in Price obj

Re: Updation using iterate tag

2001-07-11 Thread Gregor Rayman
<[EMAIL PROTECTED]> wrote: > Hi All, > > I have one form bean namely "MyFormBean". > This bean contain vector (pricesVector) of class type "Price". > > The class Price has two attribute "oldPrice" and "newPrice" > > I want to display prices vector in such fashion > >

Re: Updation using iterate tag

2001-07-11 Thread dhay
awale/LNTINFOTECH%lntinfotech.com"@interlock.lexmark.com on 07/11/2001 11:08:30 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: Updation using iterate tag Hi All, I have one form bean namely "MyFormBean". This bean contain vect

Updation using iterate tag

2001-07-11 Thread Sandeep_Yawale/LNTINFOTECH
Hi All, I have one form bean namely "MyFormBean". This bean contain vector (pricesVector) of class type "Price". The class Price has two attribute "oldPrice" and "newPrice" I want to display prices vector in such fashion - old