Struts help
Hi guys
please help out..
<logic:iterate id="Trainee" name="enrollSearchForm" property="trainees">
<tr align="left">
<td>
<bean:write name="Trainee" property="name" ignore="true"/>
</td>
</tr>
</logic:iterate>
The code aint working. trainees is an ArrayList desclared in from bean enrollSearchForm. Trainee is the class with variable array..it popu;ates the Arraylist.
Thanx.

