You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/03/05 18:03:49 UTC

DO NOT REPLY [Bug 17679] - ActionErrors messages do not display in validated order

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17679>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17679

ActionErrors messages do not display in validated order

dgraham@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Minor                       |Enhancement
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From dgraham@apache.org  2003-03-05 17:03 -------
The error messages are maintained in order for each property; however, the 
properties are not maintained in order.  You can print the validation errors for 
a specific property using the "property" attribute of <html:errors>.  If you're 
printing out all errors at the top of the page then there's not much use in 
maintaining their order anyways as the user still has to go through each form 
field and determine if that's the incorrect one.

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org