BookmarkablePageLink<ISIStandardPage> iconLink = new SectionLinkFactory().linkToPage("iconLink", sec);
iconLink.add(ISIApplication.get().iconFor(sec.getSectionAncestor()));
item.add(iconLink);
}
TaggingsListPanel tlp = new TaggingsListPanel("tags", target, linkBuilder, targetUser);
tlp.setShowRemoveLinks(false);
item.add(tlp);
}
@Override
@SuppressWarnings("unchecked")