Hello to All of You Kind PPL!!!
I ma using apache struts. Struts generated field name for my checkbox as follows:
<input type="checkbox" name="contributions[0].deleteFlag" value="on">
How to refer to this field in JS?
I am tryin to say
document.myform.contributions[0].deleteFlag.value = "true"
DOESN'T WORK!
Please help. Thank you in advance.
ortoped.