editModules.put("editModules", modulesForm.getInitialComponent());
// DropBox config (re-used from task-node)
editDropbox = this.createVelocityContainer("editDropbox");
editDropbox.setTranslator(myTranslator);
dropboxForm = new DropboxForm("dropboxform", myTranslator, config);
dropboxForm.addListener(this);
editDropbox.put(dropboxForm);
// Scoring config
editScoring = this.createVelocityContainer("editScoring");