On myForm, I have a collection (an array of Analyst objects),
analystList, when I iterate through it, I want to render a check box for
each row, and I specifically want to put the analyst id to value
attribute of the checkbox tag, do you know how to do it? And also how to
get the value of the check box?


<logic:iterate name="myForm" property="analystList" id="oneAnalyst">
        <html:checkbox name="oneAnalyst" property="analystName"
value="???"  indexed="true"></html:checkbox>                
 </logic:iterate>                                                       
                
Many Thanks.

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

Reply via email to