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

Alastair Maw resolved WICKET-531.
---------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.3.0-beta3)
                   1.3.0-beta2

You can't just make Radio and Check FormComponents, because the validation, 
required checks, etc don't really apply to them.

This is now fixed by abstracting out the label stuff into ILabelProvider and 
LabeledWebMarkupContainer, which Radio, Check and FormComponent now all extend. 
Your use case should work. (Fix is in r548197.)

> FormComponentLabel and Radio
> ----------------------------
>
>                 Key: WICKET-531
>                 URL: https://issues.apache.org/jira/browse/WICKET-531
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3.0-beta1
>         Environment: any
>            Reporter: Jan Kriesten
>            Assignee: Alastair Maw
>            Priority: Minor
>             Fix For: 1.3.0-beta2
>
>
> Since Radio extends WebMarkupContainer instead of FormComponent, it's not 
> possible to set FormComponentLabels for Radio-buttons.
> Since it's desireable to be able to click on the label to select a 
> radio-button, it would be nice to change this to reflect that Radio really is 
> a FormComponent.

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