There is nothing stopping you from having one facet ("node") and then
using rendered attributes to customize the components and make it
dynamic. I'm not sure what you want though. I though the facet design
was quite nice when I came across it.-Andrew On 7/6/06, Yixing Ma <[EMAIL PROTECTED]> wrote:
It's a good question and I got the same problem. Yixing -----Original Message----- From: sarma [mailto:[EMAIL PROTECTED] Sent: Thursday, July 06, 2006 12:46 AM To: [email protected] Subject: tree 2 is not a dynamic tree hi, in sun stdio creator i am getting a dynamic tree without using facets in tree 2 we have to declare all nodes names in <facet> like this <f:facet name="person"> in java code TreeNodeBase personNode = new TreeNodeBase("person", "Frank Foo", false); why i should declare facet for every nodes in jsp. then how we can call it as a dynamic tree. how to make tree with out using facets. like in sun stdio creatror ide if there is any possibility. with regards shannu sarma -- View this message in context: http://www.nabble.com/tree-2-is-not--a-dynamic-tree-tf1899088.html#a5195222 Sent from the MyFaces - Users forum at Nabble.com.

