I heard that struts has functionality to assist in creating a tree structure. Is this true? I am attempting to create a navigator for an html page that will use a tree structure to determine what page to display. Is this possible using struts?
I don't know of any display tags that render a tree. What struts does provide is a way of walking down an object tree (<nested:*> tags) so that you can expose your object model in the view. Jesse
---<br />Time flies like an arrow,<br />Fruit flies like a banana