org.apache.tapestry5.corelib.components.Error

Presents validation errors of a single field. Must be enclosed by a Form component.

[JavaDoc]

Available since

5.2.0

Component Parameters

NameTypeFlagsDefaultDefault PrefixSinceDescription
classStringNOT Allow NullpropThe CSS class for the div element rendered by the component. The default value is "t-error-single".
forFieldRequired, NOT Allow NullcomponentThe for parameter is used to identify the Field to present errors of.

Back to index