RE: REPOST: nested hierarchy property and javascript

2004-05-24 Thread ZCurtis
sage from "Slattery, Tim - BLS" <[EMAIL PROTECTED]> on Mon, 24 May 2004 13:53:47 -0400 - To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> Subject: RE: REPOST: nested hierarchy property and javascript > HTML output code: > > value="true"

RE: REPOST: nested hierarchy property and javascript

2004-05-24 Thread Slattery, Tim - BLS
> HTML output code: > > value="true" /> The value of the "name" attribute is just a character string to the DOM. So access the element like this: getElementsByName("myFirstArray[0].mySecondArray[0].myHidden")[0].value="new value"; "getElementsByName" returns an array of elements whose "name"