Radio#onComponentTag uses Objects.equal instead of model comparator
-------------------------------------------------------------------

                 Key: WICKET-2277
                 URL: https://issues.apache.org/jira/browse/WICKET-2277
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.4-RC2
            Reporter: Marat Radchenko


Radio#onComponentTag uses 
Objects.equal instead of modelcomparator from RadioGroup. Because of that, it 
is impossible to use custom model comparator in RadioGroup as
RadioGroup must contain values that pass equality check with values in Radios 
(otherwise, Radios aren't marked as checked in html).

-- 
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