
I have one doubt about logic:iterate.
I use text feild inside of logic:iterate , there is possible will generate N no of rows (text feild) inside of iterate. my doubt is how to get the Paritcular rows text value.
for example:
Above this will generate N no of rows text box. for condition how i can get the value of that text box in javascript.
is it possible by following way(I tried but no use)
var txtValue = document.formName.someProperty[0].value;
Any Help Plz.....