I am migrating my entire application built on RichFaces to PrimeFaces There are few components of RichFaces which are not available in PrimeFaces and I am not able to find its exact counter part. These are the below components I am stuck with.
1) <a4j:queue ignoreDupResponses="true"/>
We have a global template.xhtml file where we this attribute defined. this template.xhtml has CSS files, methods for form submit, checking for serialization of forms etc. This template is imported in all the other xhtml files. Is there a PrimeFaces counter part to ignoredupresponses of a4j?
2) what are the primefaces counter parts for <rich:notifyStack> and <rich:notifyMessages>?