JSF tag to create a POST link.
The <h:commandLink>
is a JSF UI component which generates a HTML <a>
element which submits its parent <form method="post">
using JavaScript.
JSF tag to create a POST link.
The <h:commandLink>
is a JSF UI component which generates a HTML <a>
element which submits its parent <form method="post">
using JavaScript.