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

Marat Radchenko updated WICKET-2277:
------------------------------------

    Affects Version/s: 1.4-RC3
                       1.4-RC4

Also affects 1.4-rc3, 1.4-rc4: 
http://fisheye6.atlassian.com/browse/wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/Radio.java?r=762860#l191

> 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, 1.4-RC3, 1.4-RC4
>            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