[ http://issues.apache.org/jira/browse/MYFACES-606?page=comments#action_12330569 ]
Mathias Broekelmann commented on MYFACES-606: --------------------------------------------- I´ve applied your patch (r291894). I have modified it a little bit since you used JDK 1.5 syntax for autoboxing. It seams to work now but if you make the radio button required you get a validator exception for each row which might not be desired. > Tomahawk selectOneRadio doesn't validate. This is a side affect of patch for > fixed issue 592. > --------------------------------------------------------------------------------------------- > > Key: MYFACES-606 > URL: http://issues.apache.org/jira/browse/MYFACES-606 > Project: MyFaces > Type: Bug > Components: Tomahawk > Versions: Nightly Build > Environment: All > Reporter: Jamie Cash > Attachments: 606.patch.txt > > I have rewritten my patch for issue 592 to avoid the side affects described > above. I couldn't add the patch to 592 as that was closed so have had to > raise this issue instead. > Patch to follow shortly. > After the patch is applied, the component will now behave exacly as before > (call to super), if forceId is false or forceIdIndex is true, but will branch > into logic similar to that in UIInput if forceId is true AND forceIdIndex is > false. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
