<t:loop source="..."> <t:zone update="none"> <form t:type="form" zone="^"> <input t:type="submit" event="start" value="Start"/> </form> </t:zone> </t:loop>
... Java onStart() { // how do I know which one of the start buttons got pushed? // there are n possibilities since there are n loop iterations return zone.getBody(); } Thanks for your help! --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org