Hi
We have switched to using JSR 303 bean validation with Spring 3.0.5 using Spring MVC @Valid etc.. etc...
When we render the messages, they are in a seemingly random order and do not match the order of the fields on the screen.
2 problems here:
1) We want the same order each time
2) We really want the messages to be in field order
We can sort it ourselves of course, but is this the best way?


Reply With Quote