RE: Using a TreeModel for Menu State - Best Practice to send statechanges via Struts

2003-03-05 Thread BaTien Duong
PROTECTED] Subject: Using a TreeModel for Menu State - Best Practice to send statechanges via Struts The TreeModel interface and DefaultTreeModel implementation of the JDK provide the necessary functionality to manage the state of a tree which will be managed in a set of database tables. We will be

Using a TreeModel for Menu State - Best Practice to send statechanges via Struts

2003-03-05 Thread Brian Hart
The TreeModel interface and DefaultTreeModel implementation of the JDK provide the necessary functionality to manage the state of a tree which will be managed in a set of database tables. We will be rendering the state of the tree in HTML. My question is how to build the HTML links to correctl