From: Roland Häder Date: Thu, 28 Apr 2016 09:15:29 +0000 (+0200) Subject: Continued with customer: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=89953e69d99085093397a8ffea94a46f6308b4f4;p=jjobs-war.git Continued with customer: - added converter for customerId <-> Customer object - used this in administrative customer pages - added method copyCustomerToController() - added getter/setter for customer in helper bean - some messages fixed (copy-paste) Signed-off-by: Roland Häder --- diff --git a/src/java/org/mxchange/jjobs/converter/contact/JobsContactConverter.java b/src/java/org/mxchange/jjobs/converter/contact/JobsContactConverter.java index aef212a0..3030f50c 100644 --- a/src/java/org/mxchange/jjobs/converter/contact/JobsContactConverter.java +++ b/src/java/org/mxchange/jjobs/converter/contact/JobsContactConverter.java @@ -98,7 +98,7 @@ public class JobsContactConverter implements Converter { contact = this.contactBean.findContactById(contactId); // Debug message - // NOISY-DEBUG: this.loggerBeanLocal.logDebug(MessageFormat.format("getAsObject: user={0}", user)); //NOI18N + // NOISY-DEBUG: this.loggerBeanLocal.logDebug(MessageFormat.format("getAsObject: contact={0}", contact)); //NOI18N } catch (final NumberFormatException ex) { // Throw again throw new ConverterException(ex);