Re: t5 tree component

2008-12-08 Thread Weisu
I have followed the wiki and implemented the tree component. I am happy to help if you give more information about your problem. Weisu Yiqun Shi wrote: > > Is there a better implementation of tree component in T5? The one on wiki > is not finished, and it is not easy to have it down. Tapestry h

Re: t5 tree component

2008-12-04 Thread Thiago H. de Paula Figueiredo
Em Thu, 04 Dec 2008 00:11:41 -0300, Yiqun Shi <[EMAIL PROTECTED]> escreveu: Is there a better implementation of tree component in T5? The one on wiki is not finished, and it is not easy to have it down. Tapestry has little example to follow... The Tapestry 5 front page cites this projec

Re: T5 Tree Component javascript and DOM

2007-08-28 Thread Josh Canfield
> Does anyone have a better solution for this? This must have been solved > elsewhere... > Is there a hook in prototype we can use for making things run after the DOM > is complete? The problem doesn't happen with Firefox 2. > Off the top of my head I would suggest adding your javascript to the

Re: [T5] Tree component and recursive component ?

2007-05-04 Thread Francois Armand
Le jeudi 03 mai 2007 à 11:56 -0700, Howard Lewis Ship a écrit : > I was just thinking about some of this on the way in. > > > If you @Inject the ServiceResources into your Tree component, you can ask it > to generate action links for you. Handy! Well, I succeeded in doing something... And Tapes

Re: [T5] Tree component and recursive component ?

2007-05-04 Thread Davor Hrg
I may be way off track, but adding recursive component support to print out a menu or a tree seems like a big overkill. I have some hazy idea how this should be implemented: in both cases we have a model with all the data we need, a way to reuse single component (ActionLink) which would generate

Re: [T5] Tree component and recursive component ?

2007-05-03 Thread Howard Lewis Ship
I was just thinking about some of this on the way in. If you @Inject the ServiceResources into your Tree component, you can ask it to generate action links for you. Handy! On 5/3/07, Francois Armand <[EMAIL PROTECTED]> wrote: Le jeudi 03 mai 2007 à 10:27 +0200, Francois Armand a écrit : > He

Re: [T5] Tree component and recursive component ?

2007-05-03 Thread Francois Armand
Le jeudi 03 mai 2007 à 10:27 +0200, Francois Armand a écrit : > Hello everybody, > So, my question is : is there a way of implementing recursive > component ? If not, is there an existing component implementing a > non-recursive tree walk ? And if not, have you some advices about doing > such a co