WebMarkupContainer tagsBox = new WebMarkupContainer("tagsBox");
add(tagsBox);
tagsBox.setVisible(ISIApplication.get().isTagsOn());
tagsBox.add(new WebMarkupContainer("tagCollapseToggle").add(new CollapseBoxBehavior("onclick", "tagpanel:studenttoc", getPageName())));
tagsBox.add(new TagCloudTocPanel("tagcloud", getTagLinkBuilder()));
// This is the "Chapter" level
RepeatingView chapterRepeater = new RepeatingView("chapterRepeater");
add(chapterRepeater);