i just committed a patch for WICKET-1103 which greatly improves i18n in wicket.
first: you can have validators provide their own bundles. eg MyValidator.properties that is next to MyValidator.java. These keys are searched last - after the application.properties - which will allow you to override validator bundle values if needed. second: there is now support for package-level properties, which live in a bundle called package.properties. this means that you can have each logical application module have its own global bundle rather then having to stick everything into application.properties. this is a first pass so i am looking forward to any problems you guys find. enjoy. -igor --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]