Hi,
I have written a custom validation class to validate special character. Problem I am facing is that custom class is just validating first form property defined in validation.xml
It is skipping all other property defined.
Here is code snippet:
It is validating placeOfBirth[0] property correctly, but some how skipping other defined property. No idea why. Any help will be appreciated !
Did a small change in validation.xml and it is resolved, kept properties under same form name instead of creating a separate form tag for each property: