<@ERROR>Syntax<@ERROR PART=part [ENCODING=encoding]> DescriptionReturns the value of the named error component specified in the PART attribute of the current error. This meta tag is valid only in an action's Error HTML or in an error.htx file and is generally used within an <@ERRORS></@ERRORS> block. For more information, see "defaultErrorFile". The error.htx file contains the default HTML to be returned when no Error HTML has been specified for an action or when the error occurs before action execution. Its location is specified by the defaultErrorFile configuration variable. Tango may return more than one error at a time, so this meta tag should be used inside an <@ERRORS></@ERRORS> block to ensure that the information for all errors generated is shown.
Example <H3>Error</H3>
This example returns all of the error information for each error encountered during the current action execution. See Also |
Copyright © 1998, Pervasive Software Inc. All rights reserved.