How can I sort error messages

Hi Team,

I have multiple validation error messages on the same field(I put some bean level validate messages on the same field), is that possible to manage the order of the messages? Or else can I put some additional properties to set the order in error message?
Since we need all the messages for all validations, I can’t use GroupSequence here.