HowTo break out of a Tapestry loop?

2012-06-06 Thread dp
So, i am trying to break out of tapestry loop here. This is my -more or less- simplified scenario: ul t:loop source=firstSource value=firstValue li t:loop source=firstValue value=secondValue p${secondValue}/p /t:loop

Re: HowTo break out of a Tapestry loop?

2012-06-06 Thread dp
Thanks, I have done it with some conditional testing for now but am pretty sure that for a long term solution creating a new data structure with all necessary fields would be easier to manage. Please also refer to the stackoverflow question: