Notification Bar

NotificationBar displays a multipurpose fixed positioned panel for notification either on top or bottom of the page. Any group of JSF components can be placed inside notification bar.

What PrimeFaces has so far is just the beginning!

Source

<p:notificationBar position="top" effect="slide" widgetVar="bar" styleClass="top">
    <h:outputText value="What PrimeFaces has so far is just the beginning!" style="color:#FFCC00;font-size:36px;" />
</p:notificationBar>

<p:commandButton value="Show" onclick="bar.show()" type="button" />
<p:commandButton value="Hide" onclick="bar.hide()" type="button" />