
logic iterate Struts
I have one doubt about logic:iterate.
I use text field inside of logic:iterate , there is possible will generate N no of rows (text field) inside of iterate. my doubt is how to get the Particular rows text value.
for example:
print("<logic:iterate id="xid" collection="<%=xClienList%>">
<html:text name="xid" property="someProperty"/>
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.....
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.