Locale

Change the locale of the datepicker, schedule and client side validation messages.

Input Style

Free Themes

Built-in component themes created by the PrimeFaces Theme Designer.

PrimeOne Design

Saga Saga
Vela Vela
Arya Arya

Premium Themes

Premium themes are only available exclusively for PrimeFaces Theme Designer subscribers and therefore not included in PrimeFaces core.

Bootstrap light blue and dark blue themes are also included in PrimeFaces 10.x builds for Elite subscribers.

bootstrap4-blue-light Bootstrap Blue
bootstrap4-purple-light Bootstrap Purple
bootstrap4-blue-dark Bootstrap Blue
bootstrap4-purple-dark Bootstrap Purple

Legacy Free Themes

Luna Amber Luna Amber
Luna Blue Luna Blue
Luna Green Luna Green
Luna Pink Luna Pink
Nova Nova
Nova Nova Alt
Nova Nova Accent

PREMIUM TEMPLATES

Create awesome applications in no time using the premium templates and impress your users.

Watermark

Watermark displays a hint about input fields by using native placeholder in modern browsers and a javascript based solution in legacy ones for browser compatibility. In case legacy browsers don't need to be supported, placeholder attribute of input components should be preferred.


<div class="card">
    <h:form>
        <p:messages id="messages" showDetail="true"/>

        <h:panelGrid columns="3" cellpadding="5" style="margin-bottom:10px">
            <h:outputLabel value="Search: "/>
            <p:inputText id="keyword" value="#{watermarkView.keyword}" required="true" label="Keyword"/>
            <p:watermark for="keyword" value="Search with a keyword" id="watermark"/>
        </h:panelGrid>

        <p:commandButton id="regular" action="#{watermarkView.search}" value="Regular" ajax="false"/>
        <p:commandButton id="ajax" action="#{watermarkView.search}" value="Ajax" styleClass="ml-2"
                         onclick="PrimeFaces.cleanWatermarks();" oncomplete="PrimeFaces.showWatermarks();"
                         update="messages"/>
    </h:form>
</div>

Session expired

Reloading page

Message:
StackTrace: