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

Ted Husted updated WW-772:
--------------------------

    Fix Version/s:     (was: 2.0.x)
                   2.1.x

Bumping issues to 2.1.x, except those that involve backward-compatability with 
Struts 1 or WebWork 2.

> Allow to radio tag to generate only one radio button
> ----------------------------------------------------
>
>                 Key: WW-772
>                 URL: https://issues.apache.org/struts/browse/WW-772
>             Project: Struts 2
>          Issue Type: Improvement
>            Reporter: Xavier Defrang
>         Assigned To: tm_jee
>            Priority: Minor
>             Fix For: 2.1.x
>
>
> Right now, WebWork's radio tag generates a list of radio buttons.
> This assumption goes a bit too far as in some case you may have optional 
> fields or random HTML in between those widgets.
> I would expect the following code to generate a two standalone radio button: 
> <snip>
> ...
> <ww:radio name="some.property" value="'choice1'" />
> ...
> <ww:radio name="some.property" value="'choice2'" />
> ...
> </snip>
> The radio button should be checked if some.property == value.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to