- 
        
- 
        2. Re: rich treeaksamit Mar 23, 2009 1:56 PM (in response to guimoz)Hi guimoz, 
 I think we are having a related issue, maybe my small progress can give you some understanding. My thread is found here: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=152784
 There is one default implementation of the <rich:tree> available here:
 http://jsfunit.demo.jboss.com/jboss-jsfunit-examples-richfaces/richfaces/tree.jsf?tab=model&cid=2357639
 Browse down below the example and you will find all sources. Should get you going atleast.
 // Mike
- 
        3. Re: rich treeguimoz Mar 23, 2009 2:37 PM (in response to guimoz)Hello, 
 Have you looked at: http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/docs/devguide/en/html/tree.html#d0e64198 ?
 yep, i have looked at all posibles documentations, pdf's, and examples but i stil havn't found what im looking for (u2 rulez \,,/). As aksamit said on his post, the lack of working examples poiting to how richfaces' tree works its the main issue here.
 We are in the same boat buddy.
- 
        4. Re: rich treenbelaevski Mar 23, 2009 2:56 PM (in response to guimoz)Maybe SVN sources of livedemo application will shed some light: http://anonsvn.jboss.org/repos/richfaces/trunk/samples/richfaces-demo ? 
- 
        5. Re: rich treenbelaevski Mar 23, 2009 3:02 PM (in response to guimoz)Basically, "nodeFace" expression allows rich:tree to select rich:treeNode (there's "type" attribute in rich:treeNode complementary to "nodeFace" of rich:tree) that is used to represent particular tree node in model (how to render it). 
- 
        6. Re: rich treeguimoz Mar 23, 2009 3:45 PM (in response to guimoz)i'll take a look at it. Thanks. 
- 
        7. Re: rich treeguimoz Mar 23, 2009 4:04 PM (in response to guimoz)InputStream is = this.getClass().getClassLoader().getResourceAsStream("org/richfaces/demo/tree/data.txt");
 where can i found those ?
- 
        
 
     
    