I have something like:
If using Primefaces 5.x, there's a delay attribute in the p:ajax tag for this purpose. So it's done like this:
If not, you could achieve it using f:ajax instead of p:ajax (yes, it works with p:inputText, too). f:ajax has added support for queue control starting from JSF 2.2. So the code looks like:
See also: