Error of iterator in mys JSP
- by Mercer
Hello, in my jsp i do this
<table>
<tr>
<th>TITLLE</th>
</tr>
<tr class="row0">
<logic:iterate id="listClient" name="Client">
<td>
[...]
</td>
</logic:iterate>
</tr>
</table>
<logic:iterate id="listClient" name="Client">
<table>
<tr>
<td>
[...]
</td>
</tr>
</table>
</logic:iterate>
But i have this error for my second iterate
javax.servlet.jsp.JspException: Cannot
create iterator for this collection