You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Henning Nöth (Jira)" <de...@myfaces.apache.org> on 2020/05/05 12:47:00 UTC

[jira] [Created] (TOBAGO-2037) tc:label cannot have dynamic IDs for 'for' attribute

Henning Nöth created TOBAGO-2037:
------------------------------------

             Summary: tc:label cannot have dynamic IDs for 'for' attribute
                 Key: TOBAGO-2037
                 URL: https://issues.apache.org/jira/browse/TOBAGO-2037
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Core
    Affects Versions: 4.4.1
            Reporter: Henning Nöth


{code:xml}
<c:set var="id" value="input"/>
<tc:label value="Label" for="#{id}"/>
<tc:in id="#{id}"/>
{code}
The above example doesn't render a correct ID for tc:label 'for'-attribute.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)