arya-blue
luna-amber
luna-blue
luna-green
luna-pink
nova-dark
nova-light
saga-blue
vela-blue
CookiePolicy
The basic configuration for accepting cookie policies.
PrimeFaces Extensions Cookie Policy
Do you agree with our cookie policy for about 10 seconds?
Source

                <pe:cookiePolicy id="cookiePolicy">
        <p:panel header="PrimeFaces Extensions Cookie Policy">
            Do you agree with our cookie policy for about 10 seconds?
            <h:panelGrid columns="2">
                <p:commandButton value="Only essential cookies" update="cookiePolicy">
                    <pe:saveCookiePolicy policy="essential" retention="#{10}"/>
                </p:commandButton>
                <p:commandButton value="Accept all cookies" update="cookiePolicy">
                    <pe:saveCookiePolicy policy="essential,statistics" retention="#{10}"/>
                </p:commandButton>
            </h:panelGrid>
        </p:panel>
    </pe:cookiePolicy>
            
Components and more
Use Cases
Documentation
Attributes (move mouse over the names to see data types)
Name Description
bindingAn EL expression referring to a server side UIComponent instance in a backing bean.Default is generated.
idUnique identifier of the component in a namingContainer.Default is generated.
renderedBoolean value to specify the rendering of the component, when set to false component will not be rendered.Default is true.
PrimeFaces Extensions Showcase - © 2011-2025,PrimeFaces: 16.0.0-SNAPSHOT,PrimeFaces Extensions: 16.0.0-SNAPSHOT,JSF: Apache MyFaces Core 4.0 - Impl 4.0.3,Server: Apache Tomcat (TomEE)/10.1.52 (10.1.4),Build time: 2026-03-11 11:42