I'm new in project migration from RichFaces to PrimeFaces and for now dont have strong understanding of it. There's code sample to migrate from RichFaces:
<c:set var="formName" value="#{jsfUtils.getComponentFormName(rich:findComponent(id.concat('modalCheckBoxPanel')))}" />
So here I dont know how to replace "rich:findComponent" function to receive UIComponent instance on PrimeFaces manner. Is there any analogues of it or it has another way to do so in PrimeFaces? Thanks for answers in advance.