]> git.mxchange.org Git - addressbook-war.git/commitdiff
same with this project: log countryController for debugging purposes
authorRoland Haeder <roland@mxchange.org>
Fri, 4 Mar 2016 20:42:12 +0000 (21:42 +0100)
committerRoland Haeder <roland@mxchange.org>
Fri, 4 Mar 2016 20:42:12 +0000 (21:42 +0100)
src/java/org/mxchange/addressbook/converter/country/CountryConverter.java

index e5919fab7a2805b9bf92e27fa7cb4d788e062186..63dc22c65ef4c310f81fb38f57c25cd28dbc632e 100644 (file)
@@ -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<Country> countryList = this.countryController.allCountries();