Hi, 

I am making use of Map backed Action form 
Lets say I have named the textbox field as follows

<html:text property="dto(name)"/>

How can I access the text field value from JavaScript
for instance I can't do something like this.

document.forms[0].dto(name).value;

(but this will give a JS error)
any workaround or can we use any escape sequence in JS


-Hari

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to