Page 1 of 1

About Validation Groups

Posted: March 7th, 2022, 2:33 pm
by Toyeyemi
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.
2022-03-07-Dates_Validation.png
2022-03-07-Dates_Validation.png (83.41 KiB) Viewed 362 times
2022-03-07-Dates_Validation.png
2022-03-07-Dates_Validation.png (83.41 KiB) Viewed 362 times
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?
filter_validator.png
filter_validator.png (56.15 KiB) Viewed 362 times
filter_validator.png
filter_validator.png (56.15 KiB) Viewed 362 times

Re: About Validation Groups

Posted: March 7th, 2022, 3:37 pm
by SteveCap
When you click to run the controller is there any errors that show up in your browsers console that you can share?

Re: About Validation Groups

Posted: March 7th, 2022, 3:56 pm
by Toyeyemi
From what I can see, there aren't any visible errors that show up after the click
2022-03-07 15_51_38-.png
2022-03-07 15_51_38-.png (256.18 KiB) Viewed 344 times
2022-03-07 15_51_38-.png
2022-03-07 15_51_38-.png (256.18 KiB) Viewed 344 times
console_log.png
console_log.png (44.32 KiB) Viewed 344 times
console_log.png
console_log.png (44.32 KiB) Viewed 344 times

Re: About Validation Groups

Posted: April 26th, 2023, 11:07 am
by JustinVanRegenmorter
This issue has been resolved in a later version of EASYProcess.