Bind tag, supporting evaluation of binding errors for a certain bean or bean property. Exposes a "status" variable of type {@link org.springframework.web.servlet.support.BindStatus}, to both Java expressions and JSP EL expressions.
Can be used to bind to any bean or bean property in the model. The specified path determines whether the tag exposes the status of the bean itself (showing object-level errors), a specific bean property (showing field errors), or a matching set of bean properties (showing all corresponding field errors).
The {@link org.springframework.validation.Errors} object that hasbeen bound using this tag is exposed to collaborating tags, as well as the bean property that this errors object applies to. Nested tags such as the {@link TransformTag} can access those exposed properties.
@author Rod Johnson
@author Juergen Hoeller
@see #setPath