You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2007/06/07 15:35:26 UTC

[jira] Resolved: (WICKET-624) AbstractSingleChoice: components can't have specific null or nullValid messages

     [ https://issues.apache.org/jira/browse/WICKET-624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-624.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0-beta2

> 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
>             Fix For: 1.3.0-beta2
>
>
> 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.