To interact with the body of your zone (which is inside a loop) you can use
something like updatezone mixin
(http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/multiplezoneupdate),
in tml side something like:
...
in java side:
public String getAZoneId() {
return increment
I *think* you want to render some blocks instead of the zone's body
tml
${variable}
${variable}
java
@Property
private String variable;
@Inject
Block redBlock;
@Inject
Block blueBlock;
public void onSomeEvent(String variable) {
this.variable = variable;
ajaxResponseRenderer.