[
https://issues.apache.org/jira/browse/WW-772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lukasz Lenart updated WW-772:
-----------------------------
Fix Version/s: (was: Future)
3.x
> Allow radio tag to generate only one radio button
> -------------------------------------------------
>
> Key: WW-772
> URL: https://issues.apache.org/jira/browse/WW-772
> Project: Struts 2
> Issue Type: Improvement
> Components: Plugin - Tags
> Reporter: Xavier Defrang
> Priority: Minor
> Fix For: 3.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, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira