Qualified resource key should take priority over unqualified one ----------------------------------------------------------------
Key: WICKET-732 URL: https://issues.apache.org/jira/browse/WICKET-732 Project: Wicket Issue Type: Improvement Components: wicket Affects Versions: 1.3.0-beta2 Reporter: Kent Tong Priority: Minor Currently an unqualified resource key should take priority over a qualified one? eg, in a properties file: Required=The ${label} is missing! form.username.Required=You must provide your name! The first entry will take priority, while common intuition is that the first one is the default and the second one is overriding it. Please consider reversing it. Thanks! -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.