Hi
I'm trying to create a validator on an array of passenger (object structure). In each passenger, I have his firstName and lastName.
I have to trigger firstName and lastName error when we have the same passenger name (first name + last name).
I'd like to know if we can easily access the firstName in the lastName composeValidator and also in the other way back (accessing to the field lastName in the firstName composeValidator)
Hi I'm trying to create a validator on an array of passenger (object structure). In each passenger, I have his firstName and lastName.
I have to trigger firstName and lastName error when we have the same passenger name (first name + last name).
I'd like to know if we can easily access the firstName in the lastName composeValidator and also in the other way back (accessing to the field lastName in the firstName composeValidator)
Is it a great way to do so ?