What I need is a <x:dataTable> that has what I'll call a list of kits. For each kit entry in the table I would like to allow the user to click on it and it will expand to show the kit's items. The click functionality is similar to the tree.jsp example on the MyFaces site which would work if I could put it in a datatable. One other problem that I have if I use the tree component is that I am not seeing how I can create additional buttons or command links beside a bottom level entry in the tree so I can take action against that particular item in the kit.
I have done this before with <DIV> tags but am unsure how to do it with the MyFaces components.
Thoughts?
Aaron Bartell

