I'm using the match
attribute of a <p:password/>
, but it does not work properly.
<p:password id="senha"/>
<p:password match="senha"/>
When I send the form via commandButton , an error message appears, saying that the passwords do not match, even though I have put the characters the same. How can I resolve it?