Hello from Brasil, Bard and Robert Thanks for the help! I will try it right now.
Best regards, Andr� Felipe -----Mensagem original----- De: B�rd Arve Evjen [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 6 de agosto de 2003 05:35 Para: [EMAIL PROTECTED] Assunto: Re: [displaytag-user] how to display a bean property that is inside another bean? I'm not sure if it will work, but how about this: inform display:table by passing the arraylist as the name (eg."beanArrayList") parameter. Then you should be able to access the beans by doing ex. beanArrayList.beanName Well, you could try it. I have done something similar before and that worked. Bard -----Mensagem original----- De: Robert McIntosh [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 6 de agosto de 2003 19:31 Para: [EMAIL PROTECTED] Assunto: Re: [displaytag-user] how to display a bean property that is inside another bean? You can use the syntax show in this javadoc: http://jakarta.apache.org/commons/beanutils/apidocs/org/apache/commons/beanu tils/PropertyUtilsBean.html In other words, something like <display:column property="orderBean.customerBean.firstName" /> Robert Andr� Felipe Matos de Carvalho wrote: >Hi folks, >I have an ArrayList of beans to pass to display:table tag. > >Those beans have a property that returns another bean. And I want to show a >property of this second bean. > >How to inform it to display:column tag ? > >Thanks in advance, >Andr� Felipe > > >------------------------------------------------------- >This SF.Net email sponsored by: Free pre-built ASP.NET sites including >Data Reports, E-commerce, Portals, and Forums are available now. >Download today and enter to win an XBOX or Visual Studio .NET. >http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 >_______________________________________________ >displaytag-user mailing list >[EMAIL PROTECTED] >https://lists.sourceforge.net/lists/listinfo/displaytag-user > > > ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

