nyklogistics
22 Jun 2009, 12:51 AM
I've got template is null on the line "template.overwrite(...".
@SuppressWarnings("unchecked")
private NodeList<Element> bufferRender(List<M> models) {
Element div = DOM.createDiv();
template.overwrite(div, Util.getJsObjects((List) collectData((List) models, 0),
template.getMaxDepth()));
return DomQuery.select(itemSelector, div);
}
@SuppressWarnings("unchecked")
private NodeList<Element> bufferRender(List<M> models) {
Element div = DOM.createDiv();
template.overwrite(div, Util.getJsObjects((List) collectData((List) models, 0),
template.getMaxDepth()));
return DomQuery.select(itemSelector, div);
}