Different Ajax statuses for different components in PrimeFaces

Viewed 11465

On my webpage I use global ajax status that is modal one. That is, when there is an ajax call, the user is blocked from performing other actions and is forced to wait. Like here:

http://www.primefaces.org/showcase-labs/ui/ajaxStatusScript.jsf

However, such behavior is not desired for all components on the page. For example, for autocomplete it would be nicer to have non-blocking one just next to autocomplete component. In RichFaces, there was status attribute by autocomplete component.

In PrimeFaces (3.4 SNAPSHOT), is there a way how to have two different ajax statuses on the page trigger them independently as needed?

Thanks, Lukas

3 Answers
Related