[ http://issues.apache.org/struts/browse/WW-772?page=all ]

tm_jee reassigned WW-772:
-------------------------

    Assign To: tm_jee

> Allow to radio tag to generate only one radio button
> ----------------------------------------------------
>
>          Key: WW-772
>          URL: http://issues.apache.org/struts/browse/WW-772
>      Project: Struts Action 2
>         Type: Improvement

>     Reporter: Xavier Defrang
>     Assignee: tm_jee
>     Priority: Minor
>      Fix For: 2.0

>
> 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:
   http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to