Targetable messages with severity levels

We sometimes need to target a FacesMessage instance to a specific component. For example, suppose we have p:growl and p:messages/p:message tags on the same page, and need to display some messages as p:growl and some as p:messages/p:message. PrimeFaces has a grouping feature for messages to associate a notification component to specific command components, so that messages created as a result of an action will be displayed in the associated message(s) or the growl tags.

In this recipe, we will develop samples for targetable messages. Furthermore, we will discuss the severity attribute. By means of severity, we can display messages depending on their severities.

How to do it...

Let us use one p:messages and ...

Get PrimeFaces Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.