// Is there a phone number?
if (user.getUserContact().getContactPhoneNumber() instanceof DialableLandLineNumber) {
+ // Debug message
+ System.out.println(MessageFormat.format("UserWebBean:doChangePersonalData: phoneId={0}", user.getUserContact().getContactPhoneNumber().getPhoneId())); //NOI18N
+
// Yes, then update as well
user.getUserContact().getContactPhoneNumber().setPhoneAreaCode(this.getPhoneAreaCode());
user.getUserContact().getContactPhoneNumber().setPhoneNumber(this.getPhoneNumber());
// Is there a fax number?
if (user.getUserContact().getContactFaxNumber() instanceof DialableFaxNumber) {
+ // Debug message
+ System.out.println(MessageFormat.format("UserWebBean:doChangePersonalData: faxId={0}", user.getUserContact().getContactFaxNumber().getPhoneId())); //NOI18N
+
// Yes, then update as well
user.getUserContact().getContactFaxNumber().setPhoneAreaCode(this.getFaxAreaCode());
user.getUserContact().getContactFaxNumber().setPhoneNumber(this.getFaxNumber());
// Is there a cellphone number?
if (user.getUserContact().getContactCellphoneNumber() instanceof DialableCellphoneNumber) {
+ // Debug message
+ System.out.println(MessageFormat.format("UserWebBean:doChangePersonalData: cellPhoneId={0}", user.getUserContact().getContactCellphoneNumber().getPhoneId())); //NOI18N
+
// Yes, then update as well
user.getUserContact().getContactCellphoneNumber().setCellphoneProvider(this.getCellphoneCarrier());
user.getUserContact().getContactCellphoneNumber().setPhoneNumber(this.getCellphoneNumber());
USER_NOT_LOGGED_IN=Sie sind nicht angemeldet.
LOGIN_OWN_PROFILE_INVISIBLE=Ihr Profil ist auf "durchsichtig" gestellt.
ERROR_USER_INSTANCE_NOT_SET=Fehler: Benutzer-Instanz nicht gesetzt.
-LOGIN_ADDRESSBOOK_NOT_SET=Adressbuch-Instanz nicht gesetzt.
+LOGIN_ADDRESSBOOK_NOT_SET=Fehler: Adressbuch-Instanz nicht gesetzt.
LINK_GUEST_LOGIN_LOST_PASSWORD=Passwort vergessen?
LINK_TITLE_GUEST_LOGIN_LOST_PASSWORD=Passwort wiederherstellen
#TODO: Please fix German umlaut!
USER_NOT_LOGGED_IN=You are not signed in.
LOGIN_OWN_PROFILE_INVISIBLE=Your profile is set to "invisible".
ERROR_USER_INSTANCE_NOT_SET=Error: User instance not set.
-LOGIN_ADDRESSBOOK_NOT_SET=Address book instance not set.
+LOGIN_ADDRESSBOOK_NOT_SET=Error: Address book instance not set.
LINK_GUEST_LOGIN_LOST_PASSWORD=Lost your password?
LINK_TITLE_GUEST_LOGIN_LOST_PASSWORD=Restore your password
TABLE_HEADER_ERROR_USER_NOT_LOGGED_IN=You need to be logged-in