RE: logic:iterate issue

2009-03-11 Thread Russo, Joe
Pawel, Thank you very much for responding. I tried the following and it worked. Thanks again, Joe -Original Message- From: Pawel Wielgus [mailto:poulw...@gmail.com] Sent: Wednesday, March 11, 2009 6:46 AM To: Struts Users Mailing List Subject: Re: logic:iterate

Re: logic:iterate issue

2009-03-11 Thread Paweł Wielgus
Hi Joe, You can try to output authorId, without property set on, maybe these objects are empty inside. Also, did You imported logic tags into jsp? Best greetings, Pawel Wielgus. 2009/3/10, Russo, Joe : > The following bean:write code outputs: > [com.cadmus.rpm.domain.custom.authorsc...@d08faa] >

RE: logic:iterate issue

2009-03-10 Thread Russo, Joe
The following bean:write code outputs: [com.cadmus.rpm.domain.custom.authorsc...@d08faa] I am using a (allAdditionalAuthors) ArrayList to store AuthorsCDTO. Should I be using another collection type? Not sure why this is not working and would really appreciate any help. -Original Message