Hello! On a page I am looping over a list of objects. In each iteration I want to place a button which calls an action upon the iterated object.
So basically I have something like this: <t:loop t:source="objetcs" t:value="current" t:formState="iteration"> <t:submit t:id="toggleState" t:context="current"/> </t:loop> This will not work, the id has to be unique. But how do I dynamically generate submit buttons and calls actions in a context when they are pressed? TIA Stephan --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org