Hi All, This is my first message in that list.
I have a class action that I set in request an Array of my specific object (UfDataTransfer[ ], it´s a simple bean with get and set methods), I want to know as I make to call that array with tag iterate, because i need to build my view. In my Action: ... UfDataTransfer[ ] = bd.getDados(); ... request.setAttribute("dataTranferUF", arrDto); return (mapping.findForward (Constants.RETORNO_APRESENT_SUCESSO)); In my View : ... <logic:notEmpty name="????"> --> What´s that name ? <logic:iterate id="item" name="???" indexId="????"> <tr> <td align="center"><bean:write name="item" property="empresa"/></td> <td align="right"><bean:write name="item" property="vlRecarga"/></td> </tr> </logic:iterate> </logic:notEmpty> Regards, Teixeira __________________________________________________________________________ Acabe com aquelas janelinhas que pulam na sua tela. AntiPop-up UOL - É grátis! http://antipopup.uol.com.br/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]