Google News
logo
Java PrimeFaces - Interview Questions
How to implement the PrimeFaces commandLink component in JSF?
It is an extended version of JSF h:commandLink with Ajax, partial processing, and confirmation feature. It is used to create a link which redirects control to specified target.
 
The <p:commandLink> component is used to create a link in JSF application.
Advertisement