TreeControlTag.java | Class | JSP custom tag that renders a tree control represented by the
TreeControl and TreeControlNode classes.
This tag has the following user-settable attributes:
- action - Hyperlink to which expand/contract actions
should be sent, with a string "
${node} marking where
the node name of the affected node should be included.
- images - Name of the directory containing the images
for our icons, relative to the page including this tag.
|