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=26668>.
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=26668

errors messages tags enhancement: make them show only errors/messages





------- Additional Comments From [EMAIL PROTECTED]  2004-02-07 19:12 -------
I think this adds unneeded complexity to messages.  All you need to do to get
both messages and errors is to validate the data in the Action.  Many
applications handle form verification this way to allow the exception handling
mechanism kick in (which isn't possible in ActionForm.validate()).  In my
experience, complex validation logic is best handled in an Action because it
handles talking to the database and branching scenarios far better than validate().

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to