indexed - Nested property and Javascript

2002-04-12 Thread Nicolas De Loof
Hi, I have a HTML Form in wich I use iterate Tag to set same number of Text inputs as my data bean has : logic:iterate id=echeance name=dataBean property=echeances html:text property=echeancier.date / /logic:iterate As you can see, my form is nested, so in javascript I must use elements

RE: indexed - Nested property and Javascript

2002-04-12 Thread Michael J. Godfrey
Message- From: Nicolas De Loof [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 9:04 AM To: Struts Users Mailing List Subject: indexed - Nested property and Javascript Hi, I have a HTML Form in wich I use iterate Tag to set same number of Text inputs as my data bean has : logic:iterate

Re: indexed - Nested property and Javascript

2002-04-12 Thread Nicolas De Loof
OUPS sorry, while writing a clean example I've seen that document.forms.MyForm.elements['echeancier.date'][0] DOES work ... Thank you for help. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: indexed - Nested property and Javascript

2002-04-12 Thread Arron Bates
=Changed; -Original Message- From: Nicolas De Loof [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 9:04 AM To: Struts Users Mailing List Subject: indexed - Nested property and Javascript Hi, I have a HTML Form in wich I use iterate Tag to set same number of Text inputs as my data bean