Hi,
I have to break the date input in a form into 3 different parts, the day, month and year. At the moment whenever there is an error in all three fields, 3 error messages are displayed. I'm wondering if there is a way to group these error messages? So if one or more fields has an error only one error message will be displayed. Alternatively is there away to check the content of the message and i can render messages only if the other messages are null
Thanks for your time.