You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Ryan Peterson (JIRA)" <ji...@apache.org> on 2008/12/09 23:23:37 UTC

[jira] Created: (WW-2914) Radio Tag: Using required="true" removes semicolon from the end of label. Removing required="true" re-appends 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


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.


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

Posted by "Wes Wannemacher (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45214#action_45214 ] 

Wes Wannemacher commented on WW-2914:
-------------------------------------

What if you set 'labelSeparator=":"' ?

> 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
>
> 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.


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

Posted by "Wes Wannemacher (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes Wannemacher updated WW-2914:
--------------------------------

    Fix Version/s: 2.1.3

> 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.


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

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
     [ 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.