Re: How to write recursion function by using t5 components?

2008-11-04 Thread Christian Edward Gruber
Any recursion can be unwound into a loop, and that's the best way to handle things for the moment, I expect. Christian. On 4-Nov-08, at 14:45 , Howard Lewis Ship wrote: Supporting recursive components is a little tricky, in terms of managing internal state of the component while it renders

Re: How to write recursion function by using t5 components?

2008-11-04 Thread Howard Lewis Ship
Supporting recursive components is a little tricky, in terms of managing internal state of the component while it renders and re-renders. Right now you can a specific "components can't be recursive" error. In the future (5.1 or beyond) this may be supported, though it may require some extra gymnast

Re: How to write recursion function by using t5 components?

2008-11-04 Thread Thiago H. de Paula Figueiredo
Em Tue, 04 Nov 2008 08:25:23 -0300, oliverlee000 <[EMAIL PROTECTED]> escreveu: i am writing a unlimited level css tree menu for my project, i need to output the dl dd dt tags to my html, as i know, in order to support unlimitd level menu,need use recursion function, any way to achieve this

How to write recursion function by using t5 components?

2008-11-04 Thread oliverlee000
hi,every one! i am writing a unlimited level css tree menu for my project, i need to output the dl dd dt tags to my html, as i know, in order to support unlimitd level menu,need use recursion function, any way to achieve this by useing t5 component in tml? any help is appreciate!! 2008-11-04

Re: Using t5-components

2008-05-19 Thread zack1403
that it can't find a component called >> "t5components/PagedLoop". Do I have to somehow tell T5 where to find the >> new >> components? >> >> Thanks >> >> Toby >> >> > > > -- > with regards > Sven Homburg > ht

Re: Using t5-components

2008-05-17 Thread Sven Homburg
looks like the jars not copied in your WEB-INF/lib directory 2008/5/17 Toby Hobson <[EMAIL PROTECTED]>: > Hi > > I'm looking at the t5-components project and I am trying to use the > PagedLoop component. I've added the commons and contrib dependencies and the > repo to my pom.xml and they are now

Using t5-components

2008-05-17 Thread Toby Hobson
Hi I'm looking at the t5-components project and I am trying to use the PagedLoop component. I've added the commons and contrib dependencies and the repo to my pom.xml and they are now on my classpath. But when I try to use ${photo.name} Tapestry complains that it