Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.2.5
-
None
Description
AbstractSingleChoice, and thus DropDownChoice, accesses null and nullValid messages like this:
final String option = getLocalizer().getString("nullValid", this, "");
final String option = getLocalizer().getString("null", this, CHOOSE_ONE);
So only the keys "null" and "nullValid" are checked in the relevant properties file. Wicket should provide for null/nullValid messages for specific components using the following keys:
componentId.null
componentId.nullValid