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
how something that is normally recursive is done in Tapestry. Jonathan > -Original Message- > From: Antonio Ordoñez [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 22, 2008 10:56 > To: Tapestry users > Subject: Question about recursion in a component > > Hallo everyb

Question about recursion in a component

2008-07-22 Thread Antonio Ordoñez
Hallo everybody. My question is about how could I implement a recursion in tapestry 5? exactly in a tree component. I have a collection of nodes with a Node father and a Collection children, then in the tml I have a loop and check if the actual node is father or not, but I want execute again t

question about recursion in a component.

2008-07-17 Thread Antonio Ordoñez
Hallo everybody. My question is about how could I implement a recursion in tapestry 5? exactly in a tree component. I have a collection of nodes with a Node father and a Collection children, then in the tml I have a loop and check if the actual node is father or not, but I want execute again t