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=7238>. 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=7238 Reporting informational messages to the user Summary: Reporting informational messages to the user Product: Struts Version: 1.0.2 Final Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Custom Tags AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In the same that that struts deals with error messgaes via the <struts:errors/> tag it would be nice to have a common way to display information messages to the user that aren't necessarily errors. The reason is to seperate errors from informational stuff about the service such as "Password is incorrect" is an error but "Your search found 0 results" isn't. Something like <struts:messages/> or <struts:info/> which would essentially have a different header and footer would be nice. Then I could display & manage it independantly from error messages. -s -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>