AggregateField aggregate =
(AggregateField)selectWidget(frmModel, this.widgetId);
JXPathContext subContext =
jxpc.getRelativeContext(jxpc.getPointer(this.xpath));
super.doLoad(aggregate, subContext);
aggregate.combineFields();
if (getLogger().isDebugEnabled()) {
getLogger().debug("Done loading " + toString());
}
}