> -----Original Message----- > From: Aaron Bartell [mailto:[EMAIL PROTECTED] > Subject: Datatable > I have a feature on a page that I need to implement but am > uncertain as to how to go about it because it seems I need to > use a couple different MyFaces components to make it work. > 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
Not too sure what you mean (and was on vacation for last two weeks... now going through the 300+ myfaces mails I got in the meantime - argh), but I implemented a simple CollapsiblePanel component a while ago (which does what the name says) and its committed into Myfaces. So if you are just looking a simple thing to collapse/expand a group of child componentes, you might be able to use or extend CollapsiblePanel. Kalle

