HowTo break out of a Tapestry loop?

2012-06-06 Thread dp
can not imagine I am the only one trying to do this. -- View this message in context: http://tapestry.1045711.n5.nabble.com/HowTo-break-out-of-a-Tapestry-loop-tp5713658.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: HowTo break out of a Tapestry loop?

2012-06-06 Thread Steve Eynon
There is no 'break' in the loop component, but you can wrap your inner loops in a conditional t:if test=.. component. Steve. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail:

Re: HowTo break out of a Tapestry loop?

2012-06-06 Thread Thiago H de Paula Figueiredo
On Wed, 06 Jun 2012 11:38:21 -0300, Steve Eynon steve.ey...@alienfactory.co.uk wrote: There is no 'break' in the loop component, but you can wrap your inner loops in a conditional t:if test=.. component. Or pass the Loop component a list containing just the elements you do want to be

Re: HowTo break out of a Tapestry loop?

2012-06-06 Thread dp
-out-of-a-tapestry-loop -- View this message in context: http://tapestry.1045711.n5.nabble.com/HowTo-break-out-of-a-Tapestry-loop-tp5713658p5713686.html Sent from the Tapestry - User mailing list archive at Nabble.com