Hi,
Is there a way to create a validator to compare two fields (like a password
and a password check field) ? I would like to have something like this as
result:
...
<h:inputSecret id="password">
<f:validator validatorId="CompareFields" otherField="passwordCheck"/>
</h:inputSecret>
...
<h:inputSecret id="passwordCheck">
...
Thx...
--
View this message in context:
http://www.nabble.com/Compare-two-password-fields-with-a-validator-tf2083442.html#a5740422
Sent from the MyFaces - Users forum at Nabble.com.