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.

Barcode

Barcode component generates various types of barcodes in PNG or SVG formats. Browsers with no SVG support fallsback to PNG automatically.

Interleaved 2 of 5
Codabar
Code39
Code128
EAN-8
EAN-13
UPC-A (PNG)
UPC-E (Vertical)
PDF417
DataMatrix
Postnet
QR

<div class="card">
    <h:panelGrid columns="2" cellpadding="7">
        <h:outputText value="Interleaved 2 of 5"/>
        <p:barcode value="0123456789" type="int2of5"/>

        <h:outputText value="Codabar"/>
        <p:barcode value="0123456789" type="codabar"/>

        <h:outputText value="Code39"/>
        <p:barcode value="0123456789" type="code39"/>

        <h:outputText value="Code128"/>
        <p:barcode value="0123456789" type="code128"/>

        <h:outputText value="EAN-8"/>
        <p:barcode value="20123451" type="ean8"/>

        <h:outputText value="EAN-13"/>
        <p:barcode value="0123456789012" type="ean13"/>

        <h:outputText value="UPC-A (PNG)"/>
        <p:barcode value="01234567895" type="upca" format="png"/>

        <h:outputText value="UPC-E (Vertical)"/>
        <p:barcode value="01234133" type="upce" orientation="90"/>

        <h:outputText value="PDF417"/>
        <p:barcode value="0123456789" type="pdf417"/>

        <h:outputText value="DataMatrix"/>
        <p:barcode value="0123456789" type="datamatrix"/>

        <h:outputText value="Postnet"/>
        <p:barcode value="0123456789" type="postnet"/>

        <h:outputText value="QR"/>
        <p:barcode value="0123456789" type="qr" width="125" height="125"/>
    </h:panelGrid>
</div>

Session expired

Reloading page

Message:
StackTrace: