PrimeFaces Ajax StatusIt is used to show status of current executing ajax request. PrimeFaces provides <p:ajaxStatus> component to show status of process. Here, we are creating an example that implements status component. This example contains only one JSF file. JSF File// ajax-status.xhtml Output: It shows status after sending ajax request. Next TopicPrimeFaces AutoComplete |