You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the validation messages are totally unsorted, sometimes random. I want to implement a way to sort the validation messages on the order of the fields (or methods) validated.
The text was updated successfully, but these errors were encountered:
Yes, for example when I want to give a JSON response with the validation errors, the messages are with random sort. Some time ago I code a hack to order the errors given the fields of the actionbean but it's something the framework should do.
Right now the validation messages are totally unsorted, sometimes random. I want to implement a way to sort the validation messages on the order of the fields (or methods) validated.
The text was updated successfully, but these errors were encountered: