Rick Herrick escribió:
> [EMAIL PROTECTED] wrote:
>> <display:table name="resultList" id="myTable">
>>    <display:column property="name" decorator="MailDecorator">
>> </display:table>
>>
>> If I am right myTable contains the current row.
> 
> You are correct.
> 
>> So my MailDecorator looks like this:
>>
>>        AddressBean addr = (AddressBean)
> pageContext.getAttribute("myTable");
> 
> I think that your problem is here.  You're basically getting the last
> iteration of myTable, not the current iteration, so that will of course
> always resolve to the same e-mail address.

I have the same problem.... I try to get the current row(bean) from my custom 
decoratorColumn.

you know howto get the current row (bean) from the pageContext or an other way 
???


regards.

--
Roberto Leiva M.
Santiago - Chile


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to