Hi all
Is this piece of code correct??
<tr>
<td>Nome do setor: <br><bean:write name="setores" property="nome" /></td><br><br>
<td>Coment�rios: <br><bean:write name="setores" property="comentario" /></td><br>
</tr>
Quadras:<br>
<logic:iterate id="quad" name="setores" property="quadras">
<tr>
<td><bean:write name="quad" property="nome" /></td>
<td><bean:write name="quad" property="comentario" /></td>
</tr>
</logic:iterate>
In my Action, I'm setting a session this way:
request.getSession().setAttribute("setores", setor);
The first two lines are correctely printed, but one of the attributes of this bean is
a Collection. i need to iterate over it.
Thanks
Ot�vio Augusto
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]