From: Roland Haeder Date: Fri, 4 Mar 2016 20:42:12 +0000 (+0100) Subject: same with this project: log countryController for debugging purposes X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bbd8eb4aee00f23688cbaa4ac36f495dd91e1a62;p=addressbook-war.git same with this project: log countryController for debugging purposes --- diff --git a/src/java/org/mxchange/addressbook/converter/country/CountryConverter.java b/src/java/org/mxchange/addressbook/converter/country/CountryConverter.java index e5919fab..63dc22c6 100644 --- a/src/java/org/mxchange/addressbook/converter/country/CountryConverter.java +++ b/src/java/org/mxchange/addressbook/converter/country/CountryConverter.java @@ -73,7 +73,7 @@ public class CountryConverter implements Converter { @Override public Object getAsObject (final FacesContext context, final UIComponent component, final String submittedValue) { // Trace message - this.loggerBeanLocal.logTrace(MessageFormat.format("getAsObject: context={0},component={1},submittedValue={2} - CALLED!", context, component, submittedValue)); //NOI18N + this.loggerBeanLocal.logTrace(MessageFormat.format("getAsObject: context={0},component={1},submittedValue={2},this.countryController={3} - CALLED!", context, component, submittedValue, this.countryController)); //NOI18N // Get full list List countryList = this.countryController.allCountries();