0 votes
in JSF by
What is h:form tag in JSF (JavaServer Faces)?

1 Answer

0 votes
by

The <h:form> tag represents an input form. It includes child components that can contain data which is either presented to the user or submitted with the form. It can also include HTML markup to lay out the components on the page.

...