while (instances.hasNext()) {
WidgetInstance instance = instances.next();
WebMarkupContainer item = new WebMarkupContainer(repeating
.newChildId());
repeating.add(item);
item.add(new WookieWidgetPanel("instance", instance));
}
}
add(repeating);
} catch (SimalException e) {
UserReportableException ure = new UserReportableException(