T5 tree component

2009-02-03 Thread wesleywj2
-- View this message in context: http://www.nabble.com/T5-tree-component-tp21825008p21825008.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: t5 tree component

2008-12-08 Thread Weisu
Tapestry has little > example to follow... > SYQ > > -- View this message in context: http://www.nabble.com/t5-tree-component-tp20826466p20907136.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

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

t5 tree component

2008-12-03 Thread Yiqun Shi
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... SYQ

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

T5 Tree Component javascript and DOM

2007-08-28 Thread Daniel Jue
It figures that I would run into this problem. Placing the Tree Component's java script block, as seen on the wiki, can cause Abort errors on IE (tested ie6) because it's modifying the DOM before it is loaded all the way. (I am using a larger, complex page to experience these errors) My page pro

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

[T5] Tree component and recursive component ?

2007-05-03 Thread Francois Armand
Hello everybody, I'm a beginner with Tapestry (and T5), and test it as a possible framework for a futur application. I have tested T5 for 3 days and for now, I'm really impressed by it. But I came to my first real problem (all others are related with the lack of documentation, which is quite nor