currentRootSection = ISIXmlSection.getRootSection(currentPage); // "level1"
String sectionLevel = ISIApplication.get().getSectionElement();
// Jump to a certain page
add(new QuickFlipForm("quickFlipForm", true));
// Loads the Class Message for this period
WebMarkupContainer classMessageBox = new WebMarkupContainer("classMessageBox");
add(classMessageBox);
ClassMessage m = responseService.getClassMessage(ISISession.get().getCurrentPeriodModel());