I have a list of Team objects that have an Integer seed property. I want to edit all the teams\' seeds at once, in a single form. I\'m sure
Team
Integer seed
Not sure if this helps but you could use a closure with it like:
id: ${it.id} seed: ${it.seed}
id: ${it.id}
seed: ${it.seed}
You could probably build a list from this instaed of outputting html. or build your form with it.