private static final long serialVersionUID = 1L;
@Override
protected void populateItem(Item<Tagging> item) {
Tagging ting = item.getModelObject();
PersistedObject target = TagService.get().getTarget(ting);
if (target instanceof ContentElement) {
ContentElement elt = (ContentElement) target;
ContentLoc loc = elt.getContentLocObject();
ISIXmlSection sec = (ISIXmlSection) loc.getSection();