final Widget wizardWi = addressComboBoxHashWizard.get(hostWidgetEntry.getKey());
if (wi.getValue() == null || wi.getValue().isNothingSelected()) {
correct = false;
wi.wrongValue();
if (wizardWi != null) {
wizardWi.wrongValue();
}
} else {
wi.setBackground(null, savedHostAddresses.get(hostWidgetEntry.getKey()), true);
if (wizardWi != null) {
wizardWi.setBackground(null, savedHostAddresses.get(hostWidgetEntry.getKey()), true);