Thanks, Lance, that looks like it will do the trick nicely. Do you think that the 'refresh' event should be added to the ZoneRefresh mixin's documentation? Is this public/won't change, or a gory internal detail?
On 24 April 2013 04:47, Lance Java <lance.j...@googlemail.com> wrote: > The ZoneRefresh mixin fires the "refresh" event passing the (optional) > context parameter. > > So, add a handler to the containing page / component. > > Eg: void onRefresh(Foo context) {...} > > If you return a Block, this will be rendered (zone.getBody() renders by > default). >