It appears that the Stripes Framework ValidationErrors object is based on a HashMap. Short of re-implementing my own errors object based on a LinkedHashMap, is there any way to control the order that the errors appear at the top of the page?
Is there a way to control the order of Stripes Framework error messages?
129 views Asked by krick At
1
You can do it like this:
Check this page:http://stripes.sourceforge.net/docs/current/taglib/
Or you can implement a ValidationErrorHandler