Skip to content

Instantly share code, notes, and snippets.

@rangalo
Created April 13, 2015 10:53
Show Gist options
  • Save rangalo/9df1bc689ee6d688b43b to your computer and use it in GitHub Desktop.
Save rangalo/9df1bc689ee6d688b43b to your computer and use it in GitHub Desktop.
<h:outputLabel for="pwd1" value="Password 1: *" />
<p:password id="pwd1" value="#{passwordBean.password6}" feedback="false" match="pwd2" label="Password 1" required="true"/>
 
<h:outputLabel for="pwd2" value="Password 2: *" />
<p:password id="pwd2" value="#{passwordBean.password6}" feedback="false" label="Password 2" required="true"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment