About Validation Groups

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
Post Reply
Toyeyemi
Posts: 15
Joined: February 18th, 2022, 1:29 pm
Contact:

About Validation Groups

Unread post 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 350 times
2022-03-07-Dates_Validation.png
2022-03-07-Dates_Validation.png (83.41 KiB) Viewed 350 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 350 times
filter_validator.png
filter_validator.png (56.15 KiB) Viewed 350 times
word count: 144

Tags:
SteveCap
Posts: 327
Joined: August 26th, 2021, 9:18 am
Contact:

Re: About Validation Groups

Unread post by SteveCap »

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
Toyeyemi
Posts: 15
Joined: February 18th, 2022, 1:29 pm
Contact:

Re: About Validation Groups

Unread post 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 332 times
2022-03-07 15_51_38-.png
2022-03-07 15_51_38-.png (256.18 KiB) Viewed 332 times
console_log.png
console_log.png (44.32 KiB) Viewed 332 times
console_log.png
console_log.png (44.32 KiB) Viewed 332 times
word count: 61
JustinVanRegenmorter
Posts: 535
Joined: August 26th, 2021, 9:56 am
Contact:

Re: About Validation Groups

Unread post by JustinVanRegenmorter »

This issue has been resolved in a later version of EASYProcess.
word count: 11
Post Reply