[
https://issues.apache.org/jira/browse/TOMAHAWK-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonardo Uribe resolved TOMAHAWK-1301.
--------------------------------------
Resolution: Fixed
Checked again and it is working correctly. Tomahawk core12 render ids on
t:selectOneRadio but tomahawk core do not. The code that do it comes from
shared, so it is preferred do not change it and suggest use jsf 1.2 instead.
> 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.