Thanks to everyone who contributed to this thread. I was able to accomplish
(initially, anyway) what I am needing to do by using the "nested:" tag;
similar to:

<nested:nest property="grandparent">
>  <nested:write property="name">
>  <nested:iterate property="parents">
>    <nested:write property="name">
>    <nested:iterate propery="childs">
>      <nested:write property="name">
>      $<nested:text property="allowance">
>    </nested:iterate>
>  </nested:interate>
></nested:nest>

Thanks again.

Reply via email to