RE: logic:iterator with a arbitrary depth of nested list

2004-07-21 Thread Jim Barrows
> -Original Message- > From: Adam Lipscombe [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 21, 2004 5:53 AM > To: 'Struts Users Mailing List' > Subject: logic:iterator with a arbitrary depth of nested list > > > Folks, > > > Is it

logic:iterator with a arbitrary depth of nested list

2004-07-21 Thread Adam Lipscombe
Folks, Is it possible to use a logic:iterate tag with an arbitrary depth of nested lists. i.e. A List containing Lists, each of which contains a List (etc) The depth of the tree will vary at runtime. I am trying to model the "levels" of an enterprise from top down and want to construct a JavaSc