Class BindErrorsTag

  • All Implemented Interfaces:
    Serializable, IterationTag, JspTag, Tag, TryCatchFinally

    public class BindErrorsTag
    extends HtmlEscapingAwareTag
    This <hasBindErrors> tag provides an Errors instance in case of bind errors. The HTML escaping flag participates in a page-wide or application-wide setting (i.e. by HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml).
    Attribute Summary
    AttributeRequired?Runtime Expression?Description
    htmlEscapefalsetrueSet HTML escaping for this tag, as boolean value. Overrides the default HTML escaping setting for the current page.
    nametruetrueThe name of the bean in the request that needs to be inspected for errors. If errors are available for this bean, they will be bound under the 'errors' key.
    Author:
    Rod Johnson, Juergen Hoeller
    See Also:
    BindTag, Errors, Serialized Form