Re: Creating ajax-based expandable tree-like structures

2007-04-04 Thread Wojtek Ciesielski
andyhot wrote: Also, 2 very useful implementations of a KeyProvider and a TreeContentProvider where added in tacos-4.1 http://fisheye3.cenqua.com/browse/tacos/tacos-4.1/trunk/tacos-core/src/java/net/sf/tacos/model/impl/BeanPropertyKeyProvider.java?r=469 http://fisheye3.cenqua.com/browse/tacos

Re: Creating ajax-based expandable tree-like structures

2007-04-03 Thread andyhot
Also, 2 very useful implementations of a KeyProvider and a TreeContentProvider where added in tacos-4.1 http://fisheye3.cenqua.com/browse/tacos/tacos-4.1/trunk/tacos-core/src/java/net/sf/tacos/model/impl/BeanPropertyKeyProvider.java?r=469 http://fisheye3.cenqua.com/browse/tacos/tacos-4.1/trunk/t

Re: Creating ajax-based expandable tree-like structures

2007-04-03 Thread Borut BolĨina
Have a look at this blog http://andyhot.di.uoa.gr/blojsom/blog/default/java/2006/08/17/Tapestry-Building-Trees-with-Tacos-and-Annotations.html It sure helped me. Cheers, Borut Wojtek Ciesielski wrote: Hi all, I am trying to figure out some elegant way to use Tapestry to build dynamic ajax-ba

Re: Creating ajax-based expandable tree-like structures

2007-04-03 Thread Jesse Kuhnert
I think you want: http://opencomponentry.com:8080/tacos/ajax/TreeExample.html On 4/3/07, Wojtek Ciesielski <[EMAIL PROTECTED]> wrote: -- Jesse Kuhnert Tapestry/Dojo team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind. http://blog.opencomponent

Creating ajax-based expandable tree-like structures

2007-04-03 Thread Wojtek Ciesielski
Hi all, I am trying to figure out some elegant way to use Tapestry to build dynamic ajax-based tree-like UI widget. In general it's about showing some hierarchical data: * Some data item * some sub property * some sub property * last level of props * some sub property Each leve