You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Josh Canfield (JIRA)" <de...@tapestry.apache.org> on 2008/03/13 18:32:31 UTC

[jira] Created: (TAPESTRY-2255) Labels for RadioGroup are given the id "null:label"

Labels for RadioGroup are given the id "null:label"
---------------------------------------------------

                 Key: TAPESTRY-2255
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2255
             Project: Tapestry
          Issue Type: Bug
          Components: Core Components
    Affects Versions: 5.0.10
            Reporter: Josh Canfield


The RadioGroup explicitly returns null for the clientId. The label component uses the field clientId to generate the id attribute of the resulting element. Thus labels for RadioGroup get an id of "null:label"

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAPESTRY-2255) Labels for RadioGroup are given the id "null:label"

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-2255.
------------------------------------------

    Resolution: Invalid
      Assignee: Howard M. Lewis Ship

RadioGroups are non-visual, it doesn't make sense to attach a label to them since there's no client-side element.  You should use labels with Radio components.

> Labels for RadioGroup are given the id "null:label"
> ---------------------------------------------------
>
>                 Key: TAPESTRY-2255
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2255
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Core Components
>    Affects Versions: 5.0.10
>            Reporter: Josh Canfield
>            Assignee: Howard M. Lewis Ship
>
> The RadioGroup explicitly returns null for the clientId. The label component uses the field clientId to generate the id attribute of the resulting element. Thus labels for RadioGroup get an id of "null:label"

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org