From: Horacio Natyural [mailto:[email protected]]
> What are the implications of this error message?
Wicket will ignore any overriding (on the Page level) of the property, only the
component's own (and the Application's?) properties files will be used.
E.g. if FooComponent.properties has
fie=Some default
and FooPage.properties has
myfoocomponent.fie=Another value
then calling getString("fie") in the constructor will return "Some default"
because there is no FooPage in the hierarchy yet.
- Tor Iver
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]