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

Leonardo Uribe resolved MYFACES-3184.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.2
                   2.0.8
         Assignee: Leonardo Uribe

It checked the markup and we miss an id on the top of the table. I reviewed 
again the renderers and I found some few cases when we miss to check for empty 
behaviors. In theory, if there is a client behavior set, it is necessary to 
output the id. Thanks for the report and the example provided, it helps a lot 
to find the cause and solve it quickly.

> h:selectOneRadio cannot support f:ajax if @id not set
> -----------------------------------------------------
>
>                 Key: MYFACES-3184
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3184
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 2.1.1
>            Reporter: Matt Benson
>            Assignee: Leonardo Uribe
>             Fix For: 2.0.8, 2.1.2
>
>         Attachments: mf3184.tar.gz
>
>
> if the id is set, it is written to the containing table and everything works 
> fine.  Otherwise, the client-side DOM has no element with the id of the 
> selectOneRadio component and the full effects of the ajax call (e.g. listener 
> method invocation) are never carried out.  Works on Mojarra.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to