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=16741>. 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=16741 Velocity-Tools / ErrorTools patch Summary: Velocity-Tools / ErrorTools patch Product: Velocity Version: 1.3-rc1 Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Source AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] // Add method to return "global" error name. /** * <p>Returns the default "Global" category name that can be used with * messages that are not associated with a particular property.</p> * * <p>This is the value of * <code>org.apache.struts.action.ActionErrors.GLOBAL_ERROR</code></p> */ public String getGlobal() { return StrutsUtils.getGlobalErrorName(); } // Add method to return ActionErrors object. /** * <p>Exposes the ActionErrors object underlying this request.</p> * * @return The ActionErrors object. */ public ActionErrors getErrors() { return errors; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
