The AbstractSingleSelectChoice "Choose One" message should be a resource
------------------------------------------------------------------------

                 Key: WICKET-2122
                 URL: https://issues.apache.org/jira/browse/WICKET-2122
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 1.4-RC2
         Environment: (independent of environment)
            Reporter: Sander Sõnajalg
            Priority: Trivial


In org.apache.wicket.markup.html.form.AbstractSingleSelectChoice, the "Choose 
One" message is hardcoded as a constant and I can't see a way to override or 
localize it. I would expect it to be a resource key that i could attach a 
localized string with :) 

(current impl:

        /** String to display when the selected value is null and nullValid is 
false. */
        private static final String CHOOSE_ONE = "Choose One";

)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to