Home » primefaces Ajax Status

primefaces Ajax Status

by Online Tutorials Library

PrimeFaces Ajax Status

It 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:

PrimeFaces Status 1

It shows status after sending ajax request.

PrimeFaces Status 2

You may also like