Re: Updating multiple zones inside a loop

2013-02-26 Thread lchacon
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

Re: Updating multiple zones inside a loop

2012-06-25 Thread Lance Java
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.