HtmlMultipleHiddenField hiddenDegreeModulesToEnrol = new HtmlMultipleHiddenField();
hiddenDegreeModulesToEnrol.bind(getInputContext().getMetaObject(), "degreeModulesToEnrol"); // slot
// refered
// by
// name
hiddenDegreeModulesToEnrol.setConverter(new DegreeModuleToEnrolKeyConverter());
hiddenDegreeModulesToEnrol.setController(degreeModulesToEnrolController);
container.addChild(hiddenEnrollments);
container.addChild(hiddenDegreeModulesToEnrol);