In one of my pages, I need to display a list of propertySelection lists and I'm getting into complex problems in Tapestry 4. In Tapestry 3, I used a Foreach loop and I've been recreating my list object even on rewinding cycles for enabling the propertySelection to assign a value. But with Tapestry 4 and the @For, I'm getting into some complex rewinding issues and I'd like to find an easier solution. The easiest would probably be to use an array property for the value of each @PropertySelection but that doesn't look very good to me... any better suggestions?
Thanks, Henri.