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

1 Answer

0 votes
by

It renders an HTML "input" element of type hidden. It does not appear on the web page, so you can pass hidden information while submitting the form.

...