Hey Todd,

I'm really frustrated on how unorganized the examples are, why is it so
difficult to get the backbean for each .jsp file in the examples directory?


Ok, you know the JSP, than you know the name for the backing bean.
(<t:tree id="tree" value="#{treeTable.treeModel}"...)

treeTable is declard in examples-config and referes to clazz
"org.apache.myfaces.examples.listexample.TreeTable".
Which is in our SVN repo at [1].


Thanks,

you are welcome,
Matthias

[1] 
http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/listexample/TreeTable.java?revision=371731&view=markup

--Todd

Reply via email to