<logic:iterate name="/your bean name/" property="/propertyname/" id="group" type="java.util.ArrayList">
<logic:iterate collection="<%= group%>" id="/column/" type="java.lang.Object">
<%= row%>
</logic:iterate>
<br>
</logic:iterate>
--Yoge
Selim Hendrickson wrote:
Hi,
I have a bean which holds an Arraylist containing objects. Each object also holds another collection as a variable. What I would like to do is iterate both of the collections. Can anybody suggest a resource that shows an example or suggest a clue?
Selim
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

