Hi, I have a project where I need an expandable treelist to represent relationships between tables. My project uses Appfuse 1.9.4 with spring hibernate struts.My relationships are of the form parent->child->grandchild. I was thinking of using a ListMenu to represent tree nodes but it looks like my struts action classes and java scripts will become way too complex. I will appreciate any pointers to solve this problem.
Thanks Travers