JSF [Trinidad] treetable, How to define Initially Selected Rows?

2009-12-19 Thread Majid Hussain
Hi, My project is build in JSF, Hibernate and Faclets. i m using trinidad treetable tag to build a tree with multiselection nodes. Now i m facing a problem to initially selection of the nodes when page is loaded at the first time. i have tried alot to accomplish this task, but still unable to

Re: JSF [Trinidad] treetable, How to define Initially Selected Rows?

2009-12-19 Thread Blake Sullivan
Majid, Since you are using a ChildPropertyTreeModel, the keys are collections of the Object where the Object is the key at each level. Note that for performance, you are going to want to cache your TreeModel someplace since it is likely that it will be accessed at least once per phase