Hi,I wonder if there is a way for a tapestry component to include itself (in a recursive way). Despite I have in my template a condition to exit from this infinite loop, it ends up in a stack overflow error. I suppose tapestry goes in an infinite loop when it tries to instanciate the components for the page :-( (far before reading my template).
Has anybody achieved such an implementation ? -- Stéphane Decleire