| Author |
field validator Vs Non-field validator
|
MaheshS Kumbhar
Ranch Hand
Joined: Sep 24, 2009
Posts: 188
|
|
|
Field validators are much convinient and allow us to group multiple validators to be applied to same field in one <field> element. Then what are the situations where non-field validators come in handy over field validators?
|
I am slow but sure
|
 |
Ankit Garg
Saloon Keeper
Joined: Aug 03, 2008
Posts: 9189
|
|
|
Non-field validators can be used for validations across fields, like if you want to check if the password and confirm password are not the same...
|
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
|
 |
 |
|
|
subject: field validator Vs Non-field validator
|
|
|