Try this (i think you can remove "logic:notEmpty") : <logic:notEmpty name="dataTranferUF"> <logic:iterate id="item" name="dataTranferUF"> <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>
Be sure that you forward is a true forward (not a redirect) or you will lose the attributes in your request, ok ? --- cacau_braga <[EMAIL PROTECTED]> escreveu: > 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] > ______________________________________________________________________ Yahoo! Messenger - Fale com seus amigos online. Instale agora! http://br.download.yahoo.com/messenger/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]