.getMapKeysAsStringArray(languages), StringHelper.getMapValuesAsStringArray(languages));
singleSelection.select(languageKey, true);
addFormElement("lang", singleSelection);
// third the login name and password
addFormElement("space_username", new SpacerElement(true, true));
addFormElement("usr_login", new TextElement("user.login", "", 128));
getTextElement("usr_login").setMandatory(true);
addFormElement("pwd1", new PasswordElement("user.password", 255));
getTextElement("pwd1").setMandatory(true);
addFormElement("pwd2", new PasswordElement("user.password2", 255));