aspose file tools
The moose likes Struts and the fly likes tree structure with struts? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "tree structure with struts?" Watch "tree structure with struts?" New topic
Author

tree structure with struts?

Amit Thakkar
Greenhorn

Joined: Jun 03, 2002
Posts: 5
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?
Jesse Beaumont
Ranch Hand

Joined: May 30, 2002
Posts: 43
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
Alexey Skorokhodov
Greenhorn

Joined: Feb 13, 2003
Posts: 1
could you please give me a small example of displaying a tree structure using struts?
thanks
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: tree structure with struts?
 
Similar Threads
Expandable Tree Structure in Struts
Store Data in Tree Node
tree structure in struts?
Data Structure
To implement a tree using struts