Hi All In my application I have 2 properties file: MKBApplication.properties and MKBApplication_nl.properties
When the browser is set to other language than Dutch, everything is working fine. But, when the language is Dutch, wicket is not showing the labels that are not on MKBApplication_nl file. I thing it should also look to default language file if it didn't find the key on localized file. Below, is part of the log file: 2008-01-17 10:07:23,317 DEBUG [wicket.resource.loader.AbstractStringResourceLoader] Try to load resource from: br.com.weev.finan.mkb_er.MKBApplication:nl; key: application_version 2008-01-17 10:07:23,317 DEBUG [wicket.resource.loader.AbstractStringResourceLoader] Try to load resource from: wicket.Application:nl; key: application_version 2008-01-17 10:07:23,317 DEBUG [wicket.resource.loader.AbstractStringResourceLoader] Try to load resource from: br.com.weev.finan.mkb_er.MKBApplication:nl; key: <auto>_header.application_version 2008-01-17 10:07:23,317 DEBUG [wicket.resource.loader.AbstractStringResourceLoader] Try to load resource from: wicket.Application:nl; key: <auto>_header.application_version 2008-01-17 10:07:23,317 DEBUG [wicket.resource.loader.AbstractStringResourceLoader] Try to load resource from: br.com.weev.finan.mkb_er.MKBApplication:nl; key: application_version 2008-01-17 10:07:23,317 DEBUG [wicket.resource.loader.AbstractStringResourceLoader] Try to load resource from: wicket.Application:nl; key: application_version 2008-01-17 10:07:23,317 INFO [wicket.markup.resolver.WicketMessageResolver] No value found for message key: application_version Can someone help? Thank you Marco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
