This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Question concerning treeModel/TreeModelDemoratondeau Aug 30, 2007 5:51 AM (in response to ratondeau)is it that difficult answering that simple question could not find any information about it in the Ajax4jsf and RichFaces Projects to Be Merged thread. I only wanted to know if the treeModel comes with the 3 main jars or will be an extra jar. 
- 
        2. Re: Question concerning treeModel/TreeModelDemojbuechel Aug 30, 2007 7:28 AM (in response to ratondeau)Do you mean the usage of <model:treeNodes> tags? 
 I don't know why it's been implemented like that in the demo..
 You can just use it like this:<rich:treeNodes id="missionOrganigramNode" nodes="#{modelList}" var="nodeObject"> ...
 ... after integrating the richfaces-*-3.1*.jars
- 
        3. Re: Question concerning treeModel/TreeModelDemoratondeau Aug 30, 2007 8:13 AM (in response to ratondeau)Yes that is it . Thanks 
 
    