I am trying to use the cftree to display the company structure, which has OU,
divisions and groups. I can use the cftree to display OU, Division, and Group
in a hierarchical structure and list of staffs in the bottom of groups. Here
is the example OU-101 Div -111 Group- 22 Joe Doe
Nancy T After the list is displayed, it allows the user to click
on the staff's name and the detail of the staff's information will display on
the separate tab panel which has a cfform items that display the staff's detail
information like phone, address and email. My question is how can I implement
it? I am having a tough time to figure out how can I pass the data from CFtree
to staff's detail panel without refresh the screen, which I thought the new CF
7 could provide. This should be a very basic need for many applications and I
bet there must be a good solution for it. Thank you in advance.