Re: Tapestry Trees - lazy loading

2006-11-07 Thread Mittal Bhiogade
Jesse Kuhnert gmail.com> writes: > > Do you mean like this? > > http://opencomponentry.com:8080/tacos/ajax/TreeExample.html > > On 11/6/06, Mittal Bhoigade gmail.com> wrote: > > > > Is there any example of how to implement lazy loading (adding nodes to > > root > > on "onlick" of + sign) for

Re: Tapestry Trees - lazy loading

2006-11-06 Thread Jesse Kuhnert
Do you mean like this? http://opencomponentry.com:8080/tacos/ajax/TreeExample.html On 11/6/06, Mittal Bhoigade <[EMAIL PROTECTED]> wrote: Is there any example of how to implement lazy loading (adding nodes to root on "onlick" of + sign) for tapestry trees. I have implemented tapestry tree wi

Tapestry Trees - lazy loading

2006-11-06 Thread Mittal Bhoigade
Is there any example of how to implement lazy loading (adding nodes to root on "onlick" of + sign) for tapestry trees. I have implemented tapestry tree with treeStateChanged listener - but ITreeDataModel never seems to be updated. -- Thanks Mittal