Making a Tree

2003-03-12 Thread Sloan Seaman
Are there any struts/jsp tags that help in making a tree structure? Not a JavaScript one but one that will expand when you click each link from doing a call to an Action? I could do nested logic tags over returned Collections, but I was wondering if there was a better way? -- Sloan yeah.. I

Re: Making a Tree

2003-03-12 Thread Arron Bates
Sloan, See if this is what you'rs looking for (tutorial etc)... http://www.keyboardmonkey.com/pilotlight/index.jsp ...scroll down to the JSP Recursion TREES!!! part. Have fun. Arron. Are there any struts/jsp tags that help in making a tree structure? Not a JavaScript one but one