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

1 Answer

0 votes
by

The <h:inputTextarea>tag renders an HTML "textarea" element. It allows a user to enter multiline string.

...