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

1 Answer

0 votes
by
It is a standard password field which accepts one line of text with no spaces and displays it as a set of asterisks as it is entered. In other words, we say, it is used to create an HTML password field which allows a user to input a string without the actual string appearing in the field.
...