this.mSection = _mSection;
this.param = _param;
add(new Label("pageTitle", ISIApplication.get().getPageTitleBase() + " :: " + (new StringResourceModel("AuthoredPopup.pageTitle", this, null, "Shared Content").getString())));
// get the content based on the id and the msection
ISIXmlComponent xmlContent = new ISIXmlComponent("xmlContent", mSection, "student");
String object = "//*[@id='" + xmlId + "']";
xmlContent.setTransformParameter(FilterElements.XPATH, object);
add(xmlContent);
String popupTitle = getPopupTitle();
add(new ShyLabel("popupTitle", new Model<String>(popupTitle)));
add(ISIApplication.get().getToolbar("tht", this));