The inconsistency in a localization of enums between DropDownChoice and
EnumLabel
---------------------------------------------------------------------------------
Key: WICKET-3185
URL: https://issues.apache.org/jira/browse/WICKET-3185
Project: Wicket
Issue Type: Bug
Components: wicket
Reporter: Vitaly Tsaplin
It seems there is an inconsistency in the way DropDownChoice (with
localizeDisplayValues overriden to return true) and EnumLabel localize they
values. DropDownChoice uses toString only and EnumLabel uses toString + enum
class name which makes us either have two keys for the same value in a property
file or
override EnumLabel.resourceKey.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.