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

Velocity-Tools / StrutsUtil patch

           Summary: Velocity-Tools / StrutsUtil 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 the name used for "global" errors.

    /**
     * Returns the default "GLOBAL" category name that can be used with
     * messages that are not associated with a particular property.
     */
    static String getGlobalErrorName()
    {
        return org.apache.struts.action.ActionErrors.GLOBAL_ERROR;
    }

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

Reply via email to