You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Musachy Barroso (JIRA)" <ji...@apache.org> on 2008/12/11 18:03:38 UTC

[jira] Resolved: (WW-2914) Radio Tag: Using required="true" removes semicolon from the end of label. Removing required="true" re-appends it.

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

Musachy Barroso resolved WW-2914.
---------------------------------

    Resolution: Cannot Reproduce

I am unable to reproduce this. Adding required=true to the test cases just adds "*" to the label, but the separator is still there. The separator is not even inside a condition in the ftl file. If you have a test case that demonstrates this problem, feel free to re-open it with it.

> Radio Tag:  Using required="true" removes semicolon from the end of label.  Removing required="true" re-appends it.
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: WW-2914
>                 URL: https://issues.apache.org/struts/browse/WW-2914
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.0.14
>            Reporter: Ryan Peterson
>            Priority: Trivial
>             Fix For: 2.1.3
>
>
> Radio Tag:  Using required="true" removes auto-generated semicolon from the end of label. 
> For example, without required="true" the radio button might appear as:
> Apples:    O
> Oranges: O
> Pears:      O
> With required="true" the radio buttons appear as:
> Apples    O
> Oranges O
> Pears      O

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.