About Validation Groups
Posted: March 7th, 2022, 2:33 pm
I have a series of text boxes on a page that are meant to take in date values from the user. In an attempt to ensure that only dates are input, I checked "Is Date" in the validator section of each text box, and placed them all into a Dates Validation group.
This group should be validated by the controller shown below, but when I fire the event after putting in the incorrect information, I don't receive the expected error messages(I do get an error message from the toDate service within my controller). Is there something that I am missing?