private ExecutionSemester executionPeriodContext;
@Override
public HtmlComponent createComponent(Object object, Class type) {
final InputContext inputContext = getInputContext();
final HtmlForm htmlForm = inputContext.getForm();
htmlForm.getSubmitButton().setVisible(false);
htmlForm.getCancelButton().setVisible(false);
this.studentCurricularPlan = (StudentCurricularPlan) object;
final HtmlContainer container = new HtmlBlockContainer();
if (this.studentCurricularPlan == null) {