In one of the blogs i saw that the components can be scanned in the ajax call, i'd like to know how to scan for multiple components using p:component method
<p:ajax listener="#{providerSelectBean.onRowSelect}"
update=":#{p:component('output')}" event="rowSelect"/>
Thanks & Appreciate your reply.