Is the weather too nice out? Is everyone on vacation?
Gayatri Ganesh
Ranch Hand
Joined: Dec 23, 2003
Posts: 143
posted
0
I think the framework uses a HashMap to store the errors. If you could extract the errors from this HashMap into an ArrayList, i think you should be able to get the order. not sure, you can try.
Is there any way to get the source of the Struts Validation framework???
Upon further testing, I was able to discover that my errors are getting listed by: 1) All textboxes, in reverse order of how they appear in the html 2) All radioboxes, in reverse order of how they appear in the html
Any additional help much appreciated! Thanks!
subject: Validation messages not displaying in order