olatKeys.add(properyHandlersTrans.translate("form.name.institutionalUserIdentifier"));
olatKeys.add(userTrans.translate("form.username"));
olatKeys.add(userTrans.translate("form.email"));
// add olatKeys and columnsNames to the form which displays it as pulldown menus
kwcForm = new KeyWithColumnForm("keywithcolform", trans, olatKeys, columnNames);
kwcForm.addListener(this);
keywithcolVC.put("kwcForm", kwcForm);
wc.setWizardTitle(trans.translate("wizard.step2.title"));
wc.setNextWizardStep(trans.translate("wizard.step2.howto"), keywithcolVC);