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