I need to migrate my legacy application using JSF 1.2/SEAM to JSF 2.2.
I need to replace the following code in one of the template files
<a:queue name="ic" requestDelay="250"/>
Please suggest a replacement for this code. Thanks.
I need to migrate my legacy application using JSF 1.2/SEAM to JSF 2.2.
I need to replace the following code in one of the template files
<a:queue name="ic" requestDelay="250"/>
Please suggest a replacement for this code. Thanks.
As you are migrating to PrimeFaces, you can simply use
p:ajaxwith thedelayattribute.From the documentation: