No, I was not using a properties file from the filesystem but it is an
in memory string (the properties data).

The properties data is loaded dynamically when the page is hit. 

-----Original Message-----
From: Wilhelmsen Tor Iver [mailto:toriv...@arrive.no] 
Sent: Friday, June 18, 2010 2:29 AM
To: users@wicket.apache.org
Cc: Berlin Brown
Subject: SV: Dynamic Resources, Properties

>     add(new Label("weatherMessage", new 
> StringResourceModel("weather.message", this, null)));

If you put a property weather.message into the page's properties file
then it will load from there (even if you provide a "default" in the
panel's properties file). Is that what you mean? Properties are only
read once no matter where they are resolved from.

- Tor Iver

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to