RE: Iterating over a tree structure

2011-05-23 Thread Jason Pyeron
> -Original Message- > From: Chris Pratt [mailto:thechrispr...@gmail.com] > Sent: Monday, May 23, 2011 18:48 > To: Struts Users Mailing List > Subject: Re: Iterating over a tree structure > > Give http://lmgtfy.com/?q=JSP+tag+file+support a shot. > (*Chris*

Re: Iterating over a tree structure

2011-05-23 Thread Chris Pratt
Give http://lmgtfy.com/?q=JSP+tag+file+support a shot. (*Chris*) On Mon, May 23, 2011 at 3:41 PM, Jason Pyeron wrote: > > -Original Message- > > From: Chris Pratt > > Sent: Monday, May 23, 2011 18:18 > > To: Struts Users Mailing List > > Subject: Re: I

RE: Iterating over a tree structure

2011-05-23 Thread Jason Pyeron
> -Original Message- > From: Chris Pratt > Sent: Monday, May 23, 2011 18:18 > To: Struts Users Mailing List > Subject: Re: Iterating over a tree structure > > Not exactly, a .tag file is a callable JSP snippet that can > be invoked recursively, which makes it us

Re: Iterating over a tree structure

2011-05-23 Thread Chris Pratt
From: Chris Pratt > > Sent: Monday, May 23, 2011 17:52 > > To: Struts Users Mailing List > > Subject: Re: Iterating over a tree structure > > > > You might want to look at the JSP .tag file support. I've > > used it for similar requirements before. > > (*C

RE: Iterating over a tree structure

2011-05-23 Thread Dave Newton
On May 23, 2011 5:13 PM, "Jason Pyeron" wrote: > To clarify, I am not looking to render a tree widget […] Still just a tree, though. I've also always done this with a tag that gets passed a node and recurses as needed. Dave

RE: Iterating over a tree structure

2011-05-23 Thread Jason Pyeron
> -Original Message- > From: Chris Pratt > Sent: Monday, May 23, 2011 17:52 > To: Struts Users Mailing List > Subject: Re: Iterating over a tree structure > > You might want to look at the JSP .tag file support. I've > used it for similar requirements b

Re: Iterating over a tree structure

2011-05-23 Thread Chris Pratt
o: 'Struts Users Mailing List' > > Subject: Iterating over a tree structure > > > > I have been racking my brains out today on this one. > > > > What is the best way to perform a depth first traversal of a > > tree data structure (in the view). > > >

RE: Iterating over a tree structure

2011-05-23 Thread Jason Pyeron
> -Original Message- > From: Jason Pyeron > Sent: Monday, May 23, 2011 16:52 > To: 'Struts Users Mailing List' > Subject: Iterating over a tree structure > > I have been racking my brains out today on this one. > > What is the best way to perform

Iterating over a tree structure

2011-05-23 Thread Jason Pyeron
I have been racking my brains out today on this one. What is the best way to perform a depth first traversal of a tree data structure (in the view). Ex: maps of maps of ... OR lists of lists of lists of ... -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -