Primefaces DataTable ajax not updating any component except itself-Collection of common programming errors


        
        
            

            
                
                
            

            

            

                

                

                  
                    #{pes.cod_analise}  
                

                  
                    #{pes.dsc_analise}  
                

                  
                    #{pes.dsc_resumida_acao}  
                

                
                    
                        
                    
                

            
        
        

            
                
            

        
        
    

Whan the AJAX event “rowSelectCheckbox” is fired, it does not find the ‘produtosmanycheck’ component to update, returning the following error to me:

javax.faces.FacesException: Cannot find component with identifier “produtosmanycheck” referenced from “form:analiseTable”. at org.primefaces.util.ComponentUtils.findClientIds(ComponentUtils.java:251) at org.primefaces.util.AjaxRequestBuilder.addIds(AjaxRequestBuilder.java:102) at org.primefaces.util.AjaxRequestBuilder.update(AjaxRequestBuilder.java:90)

I already tried= :form:produtosmanycheck, form:produtosmanycheck, :produtosmanycheck, produtosmanycheck

I tried removing the FORM id too… without success…

What am I doing wrong? I can’t update any component but the DataTable…