Hi,

I have a common problem :-) I have a collection of Objects and these Objects
also contains Collections. How can I iterate through the child collection?

Something like this:

        <s:iterator value="accountSearchResults.accounts" status="rowstatus"
var="account">


            <s:iterator value="#account.attorneys" status="rowstatus"
var="attorney">

            </s:iterator>

           </s:iterator>


Is this possible?

Best Regards,
Marc

Reply via email to