Hi there
I have a "tree" structure of Node objects, each containing a List of children Node objects etc.
I pass the root Node object to a JSP, and would like to display the tree structure.
How do I display this on a JSP? For example, can I recurse with jstl or spring tags?
Thanks for any help,
Peter


Reply With Quote