http://www.stripesframework.org/jira/browse/STS-356
(this may be a pain to implement) It certainly will, I don't think it's even possible .. you'd have to look at the source of the page and find the stripes form tags, and absolutely forget about it if you're using any kind of dhtml. The only thing I've really been able to think of is to use the tabindex attribute, but that is not very good and probably wouldn't even work anyway. Is there any framework out there that shows errors in the same order that the fields appear? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Wawok Sent: Wednesday, August 06, 2008 1:34 AM To: [email protected] Subject: [Stripes-users] Error Ordering Stripes is pretty big into the magically work school of thought. I am not sure if I am missing some functionality or not, but I found the following situation odd: Validation Errors are stored in the context as a HashMap. This means if we have 10 fields and 5 of those contain an error, we will see a random ordering of those errors during display. Would it make sense for stripes to either 1) Order errors in the same order it sees the fields in the form below? (this may be a pain to implement) 2) Order the errors in the order we enter them (i.e. use a linked list of <pair> not a map to store them) Sure I can write my own ordered list of errors and deal with it myself, but that seems anti stripes. Thoughts? ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
