There are many business validations we need to handle in ADF. Most of them are done at the attribute level. But one of them: password/email have to match confirm password/email scenoria has to be done via entity level.
This can also be done not using the business level validation instead by using UI handling.
Here is code example:
Comments