Re: Tree2 does not select node

2005-10-10 Thread Sean Schofield
Best way to debug is to download the source and hook it up to your IDE. sean On 10/5/05, Carsten Burghardt [EMAIL PROTECTED] wrote: Am Sunday 02 October 2005 23:43 schrieb Carsten Burghardt: Am Thursday 29 September 2005 16:08 schrieb Sean Schofield: At a glance there doesn't seem to be

Re: Tree2 does not select node

2005-10-05 Thread Carsten Burghardt
Am Sunday 02 October 2005 23:43 schrieb Carsten Burghardt: Am Thursday 29 September 2005 16:08 schrieb Sean Schofield: At a glance there doesn't seem to be anything wrong with your approach. Perhaps your styles are not available. Try replacing #{t.nodeSelected ? 'nodeSelected':'node'}

Re: Tree2 does not select node

2005-10-02 Thread Carsten Burghardt
Am Thursday 29 September 2005 16:08 schrieb Sean Schofield: At a glance there doesn't seem to be anything wrong with your approach. Perhaps your styles are not available. Try replacing #{t.nodeSelected ? 'nodeSelected':'node'} with nodeSelected just to verify that your nodes look the way you

Re: Tree2 does not select node

2005-09-29 Thread Sean Schofield
At a glance there doesn't seem to be anything wrong with your approach. Perhaps your styles are not available. Try replacing #{t.nodeSelected ? 'nodeSelected':'node'} with nodeSelected just to verify that your nodes look the way you would expect. sean On 9/28/05, Carsten Burghardt [EMAIL

Tree2 does not select node

2005-09-28 Thread Carsten Burghardt
I have a tree2 with client side toggling (also tried server side but that didn't solve the problem). The problem is that the nodes do not get selected. The action is triggered fine but the nodes (facet plugin) do not change their css style. h:form t:tree2 value=#{navigationBean.treeData}

Re: Tree2 does not select node

2005-09-28 Thread Frank Langelage
Carsten Burghardt wrote: I have a tree2 with client side toggling (also tried server side but that didn't solve the problem). The problem is that the nodes do not get selected. The action is triggered fine but the nodes (facet plugin) do not change their css style. h:form t:tree2

Re: Tree2 does not select node

2005-09-28 Thread Carsten Burghardt
Am Wednesday 28 September 2005 19:58 schrieb Frank Langelage: Carsten Burghardt wrote: I have a tree2 with client side toggling (also tried server side but that didn't solve the problem). The problem is that the nodes do not get selected. The action is triggered fine but the nodes (facet