Igor Vaynberg <mailto:[EMAIL PROTECTED]> wrote:
> 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.

package-level properties sounds good. This is what I am looking for
currently. Is there a plan to port PackageStringResourceLoader to 1.3.x
branch?

If not, what is the best way to provide properties for multiple
Pages/WebResources in 1.3.x if I do not want to put them into
application.properties?

Cheers, Kai


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to