Title: Message
Thanks!
 
Suppose we have a collection (ArrayList), say "test", in session. "test" has another collection and a string as its members. How do I display all the fields of the inner collection along with the element of "test".
 
I am using struts. I need pagination on "test". Would I need to iterate with in the table tag and display the content of the inner collection using <bean:write>?

Thanks & Regards,
Imphaa
"Happiness lies in the way we take things!"

-----Original Message-----
From: Fabrizio Giustina [mailto:[EMAIL PROTECTED] On Behalf Of Fabrizio Giustina
Sent: Wednesday, January 14, 2004 4:03 PM
To: [EMAIL PROTECTED]
Subject: RE: [displaytag-user] Nest struts tags in display:table tag

yes, you can usually include any tag inside the table tag or column tag bodies.
 

From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED]
Sent: Wed 1/14/2004 10:24
To: [EMAIL PROTECTED]
Subject: [displaytag-user] Nest struts tags in display:table tag

Hello,
 
Can I include struts tags in between the <display:table> tag? I've some processing to do as I have a collection within another collection.

Reply via email to