What is the analogue of the RichFaces' "rich:findComponent" function in PrimeFaces?

166 views Asked by At

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.

0

There are 0 answers