About Validation Groups
-
- Posts: 15
- Joined: February 18th, 2022, 1:29 pm
- Contact:
About Validation Groups
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?
word count: 144
Tags:
-
- Posts: 329
- Joined: August 26th, 2021, 9:18 am
- Contact:
Re: About Validation Groups
When you click to run the controller is there any errors that show up in your browsers console that you can share?
word count: 22
-
- Posts: 15
- Joined: February 18th, 2022, 1:29 pm
- Contact:
Re: About Validation Groups
From what I can see, there aren't any visible errors that show up after the click
word count: 61
-
- Posts: 571
- Joined: August 26th, 2021, 9:56 am
- Contact:
Re: About Validation Groups
This issue has been resolved in a later version of EASYProcess.
word count: 11