Hi again,
"I used Wicket 7.x - the API changed a little bit since 6.x so if you
are interested then let us know."
That was wrong - I copied the ReplacingResourceModel into my testproject
running with wicket 6.x and it is working without errors. Maybe it was
an error during the development of the Model itself.
kind regards
Tobias
Am 21.02.15 um 14:01 schrieb Rob Sonke:
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]