Newman, John W <[EMAIL PROTECTED]> writes:
> > > 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? Not sure, I have not used every java framework out there (who has?). Would definitely be complicated to pull the order off the page, but it may be possible, (but outside of my knowledge). Would it be unreasonable to maybe order the errors based on 1) For annotated validation, the order we define the variables in the actionbean 2) For adding errors "by hand" in the order that we add the errors? Both those seem pretty logical and would make it look more pretty. Maybe I should ask on the dev list if this is something that people would find good if I did? Shouldn't be too complicated. Brian ------------------------------------------------------------------------- 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
