Google News
logo
JSF - Interview Questions
What tags are used for action and navigation?
Tags for action and navigation commands include :
 
<h: commandButton> : generates an HTML button that confirms the form and thus allows you to start processing the data entered by the user.

<h: commandLink> : generates an HTML hyperlink equivalent to the HTML anchor tag. It can be associated with a managed bean or an Action class for handling events.
Advertisement