Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm using RichFaces on my JSF2 application, and I need a way to have something like a tree-column or tree-table.

As far as I know, there's no support for such thing in RichFaces. Something's mentioned for RichFaces 4.0, but the priority of this in their plan isn't promising at all, and I don't think that it's going to be included in 4.0.

I know there's a tree table available in IceFaces, but I'd rather not add another library to avoid conflicts and learning curve and ...

So, I'm looking for the simplest way that I can achieve the same results with minimum efforts, maybe using sub-tables in RichFaces? Any ideas would be appreciated.

share|improve this question

2 Answers

up vote 3 down vote accepted

Someone has written a tree table component before. May be useful for you. Take a look at here.

share|improve this answer
Thanks to point that out. I'll wait to see if there will be any more replies, but I'm not hoping so... – Iravanchi Dec 26 '10 at 6:19
This is not quite what I was looking for, but seems this is the only solution out there, or that I need to implement my own / use IceFaces or other components. – Iravanchi Jan 1 '11 at 7:49

link text

In the next version (coming in a few weeks) it will have more features

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.