Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 33071 invoked from network); 27 Mar 2003 13:16:32 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 27 Mar 2003 13:16:32 -0000 Received: (qmail 6944 invoked by uid 97); 27 Mar 2003 13:18:18 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@nagoya.betaversion.org Received: (qmail 6937 invoked from network); 27 Mar 2003 13:18:18 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 27 Mar 2003 13:18:18 -0000 Received: (qmail 31119 invoked by uid 500); 27 Mar 2003 13:16:10 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 30834 invoked from network); 27 Mar 2003 13:16:08 -0000 Received: from unknown (HELO relay.visualsoft-tech.com) (196.12.47.65) by daedalus.apache.org with SMTP; 27 Mar 2003 13:16:08 -0000 Received: from vsmail1.visualsoft-tech.com (unknown [172.16.0.5]) by relay.visualsoft-tech.com (Postfix) with ESMTP id 98FF92EE2C for ; Thu, 27 Mar 2003 18:45:03 +0530 (IST) Received: from ashokd ([172.16.12.204]) by vsmail1.visualsoft-tech.com (8.11.6/8.11.6) with SMTP id h2RDBYj03782 for ; Thu, 27 Mar 2003 18:41:36 +0530 Message-ID: <00ac01c1d65c$1cddfc90$cc0c10ac@visualsofttech.com> From: "ashokd" To: "Struts Users Mailing List" References: <000101c2f45e$da405eb0$7700a8c0@mgalbreathc810> Subject: Identification of a Field Name of a IterateForm in JavaScript Date: Thu, 28 Mar 2002 18:56:02 +0530 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00A9_01C1D68A.353E49B0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4920.2300 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_00A9_01C1D68A.353E49B0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I have a doubt regarding identification(in javascript) of field name = of Nested Iterator. I have a Nested Iterator form. In Nested Iterator I am displalying address1 and address2 properties = of a ValueObject. I have 5 records. Property name of the nested iterator is addressList. If I want to identify the value of the address1 of the 2 nd row how = can I do it? document.formName.addressList[1].address1.value or document.formName.addressList.address[1].value or any other correct syntax. Thanks & Regards, Ashok.D ------=_NextPart_000_00A9_01C1D68A.353E49B0--