Link Button

LinkButton a simple link, which is styled as a button and integrated with JSF navigation model.

Documentation
<p:linkButton outcome="productDetail" value="Bookmark" style="margin-right:20px;">
    <f:param name="productId" value="10" />
</p:linkButton>

<p:linkButton outcome="productDetail" value="Bookmark new tab" style="margin-right:20px;" target="_blank">
    <f:param name="productId" value="10" />
</p:linkButton>

<p:linkButton outcome="productDetail" value="With Icon" icon="pi pi-star" style="margin-right:20px;">
    <f:param name="productId" value="20" />
</p:linkButton>

<p:linkButton outcome="productDetail" icon="pi pi-star" style="margin-right:20px;" title="Icon Only">
    <f:param name="productId" value="30" />
</p:linkButton>

<p:linkButton outcome="productDetail" value="With Icon" disabled="true" style="margin-right:20px;">
    <f:param name="productId" value="40" />
</p:linkButton>

<p:linkButton outcome="productDetail" value="Bookmark" icon="pi pi-star" disabled="true" style="margin-right:20px;">
    <f:param name="productId" value="50" />
</p:linkButton>

<p:linkButton outcome="productDetail" icon="pi pi-star" style="margin-right:20px;" disabled="true" title="Icon Only">
    <f:param name="productId" value="60" />
</p:linkButton>

FREE THEMES

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

nova-light Nova-Light
nova-dark Nova-Dark
nova-colored Nova-Colored
luna-blue Luna-Blue
luna-amber Luna-Amber
luna-green Luna-Green
luna-pink Luna-Pink
omega Omega

PREMIUM TEMPLATES

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