Re: question about recursion in a component.

2008-08-20 Thread Francois Armand
Antonio OrdoƱez wrote: Hallo everybody. My question is about how could I implement a recursion in tapestry 5? Tapestry does not support recursion. It's a pity, especially for your very use case, but according to Howard, it's a design choice that brings simplicity, scaling possibility and other

RE: Question about recursion in a component

2008-07-22 Thread Jonathan Barker
You need to rewrite your recursive approach as a non-recursive one. Take a look at the wiki for the Tree component: http://wiki.apache.org/tapestry/Tapestry5TreeComponent?highlight=%28Tapestry 5%29 The code is a bit out of date because of changes to the handling of Javascript, but you can see ho