AbstractSingleChoice: components can't have specific null or nullValid messages -------------------------------------------------------------------------------
Key: WICKET-624 URL: https://issues.apache.org/jira/browse/WICKET-624 Project: Wicket Issue Type: Bug Components: wicket Affects Versions: 1.2.5 Reporter: Charlie Dobbie Priority: Minor 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 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.