Re: indexed - Nested property and Javascript

2002-04-12 Thread Arron Bates
t.myForm.elements['echeancier.dat' + >elementToAccess].value="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 prope

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: For additional commands, e-mail:

RE: indexed - Nested property and Javascript

2002-04-12 Thread Michael J. Godfrey
ot;; -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

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 : As you can see, my form is nested, so in javascript I must use elements notation like this : document.MyForm.elements['echeancier.date'] But here my text fields are indexed, so how