Regards to all, I have a situation in which I need to paint a table that has a rendering logic typical of reports- in which there are several grouping levels. Ex: 1 parent row with several child rows and so on. I have looked at tree table component but it doesnt offer the presentation options that I am looking for. In the old application this was built with a couple of while loops inside a jsp which where mixed with html tags. How can I build such complex html tables in jsf? In my particular case I am using facelets which makes things more difficult as I cannot use scriptlet. This is one of those complex rendering situations where I really miss scriptlet. Has somebody been into a similar case? If so, which components have you used? How can I embed iterators into jsf?
Thanks, JV

