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.

Repeat

Repeat is an extension to standard repeat component to provide interoperability between JSF implementations and PrimeFaces components.

Bamboo Watch
Product Description
Accessories
$65.00 In Stock
Black Watch
Product Description
Accessories
$72.00 In Stock
Blue Band
Product Description
Fitness
$79.00 Low Stock
Blue T-Shirt
Product Description
Clothing
$29.00 In Stock
Bracelet
Product Description
Accessories
$15.00 In Stock
Brown Purse
Product Description
Accessories
$120.00 Out of Stock
Chakra Bracelet
Product Description
Accessories
$32.00 Low Stock
Galaxy Earrings
Product Description
Accessories
$34.00 In Stock
Game Controller
Product Description
Electronics
$99.00 Low Stock
Gaming Set
Product Description
Electronics
$299.00 In Stock

<style>
    .logo {
        width: 5%
    }

    .detail {
        width: 95%;
        padding-left: 25px;
    }

    .detail td {
        font-size: 24px;
    }
</style>

<div class="card">
    <h:form id="form">
        <p:repeat value="#{dataListView.products1}" var="product">
            <div class="product">
                <div class="product-list-item border-1 p-5">
                    <p:graphicImage name="demo/images/product/#{product.image}"/>
                    <div class="product-list-detail">
                        <div class="product-name">#{product.name}</div>
                        <div class="product-description">#{product.description}</div>
                        <p:rating readonly="true" value="#{product.rating}"/>
                        <i class="pi pi-tag product-category-icon"/><span
                            class="product-category">#{product.category}</span>
                    </div>
                    <div class="product-list-action">
                        <h:outputText value="#{product.price}" styleClass="product-price">
                            <f:convertNumber currencySymbol="$" type="currency"/>
                        </h:outputText>
                        <p:commandButton type="button"
                                         value="Add To Cart"
                                         icon="pi pi-shopping-cart"
                                         disabled="#{product.inventoryStatus == 'OUTOFSTOCK'}">
                        </p:commandButton>
                        <span class="product-badge status-#{product.inventoryStatus.name().toLowerCase()}">#{product.inventoryStatus.text}</span>
                    </div>
                </div>
            </div>
        </p:repeat>
    </h:form>
</div>

Session expired

Reloading page

Message:
StackTrace: