spring
Tag hasBindErrors


Provides 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).


Tag Information
Tag Classorg.springframework.web.servlet.tags.BindErrorsTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
htmlEscapefalsetruejava.lang.StringSet HTML escaping for this tag, as boolean value. Overrides the default HTML escaping setting for the current page.
nametruetruejava.lang.StringThe 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.

Variables
NameTypeDeclareScopeDescription
errorsorg.springframework.validation.ErrorstrueNESTEDNo Description


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.