Wicket:message texts do not change when session locale chages.
--------------------------------------------------------------
Key: WICKET-936
URL: https://issues.apache.org/jira/browse/WICKET-936
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.2.6
Environment: Should not matter, found on debian + glassfish
Reporter: Gabor Szokoli
Priority: Minor
The text displayed by a wicket:message does not change when the locale of the
session changes.
In our own code, we get the same behavior when doing a
resourceBoundle.getString(key) in the constructor of a label, as opposed to
using a new StringResourceModel(key) as the model.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.