> - It would also be nice to have a method to expand a node and all
> parent nodes to make it viewable.
I'd also like to see feature that would allow me cascade expansion n nodes deep. Most of my trees mirror the object graphs. Right now I hava a collection of 5 objects, each with 5 children, each with 100,000 children. If the first two generations are expanded, the user is not overwhelmed, but expanding the third is too much for scrolling and too much for the eyes. I usually end up just replacing the third generation w/ a commandLink to a paginated dataTable.
Dennis Byrne

