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

Reply via email to