[
https://issues.apache.org/jira/browse/VELOCITY-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henning Schmiedehausen closed VELOCITY-135.
-------------------------------------------
> Velocity-Tools / ErrorTools doc patch
> -------------------------------------
>
> Key: VELOCITY-135
> URL: https://issues.apache.org/jira/browse/VELOCITY-135
> Project: Velocity
> Issue Type: Bug
> Components: Engine
> Affects Versions: 1.3-rc1
> Environment: Operating System: other
> Platform: Other
> Reporter: Ted Husted
> Assigned To: Velocity-Dev List
> Attachments: ErrorsTool.patch, ErrorsTool.xml.patch
>
>
> // Document new error tools methods
> <section name="getGlobal()">
> <method name="getGlobal()">
> <abstract>
> Returns the name of the global error property.
> </abstract>
> <signature>
> String getGlobal()
> </signature>
> <returns>
> The name of the global error property.
> </returns>
> <description>
> <p>This method can be used to retrieve whatever "global
> errors"
> that have been placed in the queue. This is especially useful
> if other messasges are being placed next to their instant
> properties, and you need to retrieve the rest for general
> display.</p>
> </description>
> </method>
> </section>
> <section name="getErrors()">
> <method name="getErrors()">
> <abstract>
> Returns the ActionErrors object.
> </abstract>
> <signature>
> ActionErrors getErrors()
> </signature>
> <returns>
> The ActionErrors object underlying this request.
> </returns>
> <description>
> <p>This method is mainly useful for "snooping" into a
> request and listing all the properties contained within
> the ActionError object.</p>
> </description>
> </method>
> </section>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]