Hi all,

I'm trying to achieve a fairly simple thing within .properties files to
avoid a lot of duplicate words through different files.

For example there's is a HomePage.properties with:
lbl.foo=This is an example text, we love ${lbl.item}

And then in MyWebApplication.properties:
lbl.item=Wicket

But as far as I can see, Wicket tries to resolve the parameters with
objects passed to eg StringResourceModel. How can I hook into this and
solve this in a nice way?

Kind regards,
Rob

Reply via email to