You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "James Holmes (JIRA)" <ji...@apache.org> on 2008/05/28 16:39:05 UTC

[jira] Updated: (WW-772) Allow radio tag to generate only one radio button

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

James Holmes updated WW-772:
----------------------------

    Summary: Allow radio tag to generate only one radio button  (was: Allow to radio tag to generate only one radio button)

> Allow 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
>          Components: Plugin - Tags
>            Reporter: Xavier Defrang
>            Assignee: tm_jee
>            Priority: Minor
>             Fix For: Future
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.