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

Michael Heinen reopened TOMAHAWK-1301:
--------------------------------------


This is not working in 1.1.7

Sample:
<h:form id="ccwForm_p1">
<t:selectOneRadio id="aname"
  value="#{MyController.bla}"
  layout="pageDirection">
  <f:selectItems value="#{MyController.items}"/>

Rendered 
name="ccwInc:ccwForm_p1:aname"

An id attribute, as described in previous comment,  is not rendered at all

> render ids of radio buttons
> ---------------------------
>
>                 Key: TOMAHAWK-1301
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1301
>             Project: MyFaces Tomahawk
>          Issue Type: Improvement
>          Components: selectOneRadio / radio
>            Reporter: Michael Heinen
>            Assignee: Leonardo Uribe
>             Fix For: 1.1.7
>
>         Attachments: 1301.zip
>
>
> I miss the id attribute in radio buttons (input tags) rendered via 
> t:selectOneRadio.
> This is required in order for easier javascript access and for better 
> accessibility during Selenium testing.
> Therefore I request an additional boolean attribute renderChildIds.
> The index of the radio buttons should be rendered in brackets, e.g. 
> myform:mybutton[0] - myform:mybutton[n]
> I'll try to provide a patch

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

Reply via email to