Skip to content

Instantly share code, notes, and snippets.

@techisbeautiful
Created June 10, 2023 09:54
Show Gist options
  • Save techisbeautiful/bca71221685b00785e5c1692c7a00699 to your computer and use it in GitHub Desktop.
Save techisbeautiful/bca71221685b00785e5c1692c7a00699 to your computer and use it in GitHub Desktop.
Support for Multiple Input Types and Validation
<h:inputText id="username" value="#{bean.username}" required="true" />
<h:message for="username" />
<h:inputSecret id="password" value="#{bean.password}" required="true" />
<h:message for="password" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment