Module org.apache.wicket.core
Class ValidationErrorFeedback
java.lang.Object
org.apache.wicket.markup.html.form.ValidationErrorFeedback
- All Implemented Interfaces:
Serializable
,IClusterable
This class is the parameter to
Component.error(Serializable)
instead of the generated
error string itself (when FormComponent.error(IValidationError)
is called). The advantage
is that a custom feedback panel would still have access to the underlying
IValidationError
that generated the error message - providing much more context.- Author:
- Igor Vaynberg (ivaynberg)
- See Also:
-
Constructor Summary
ConstructorDescriptionValidationErrorFeedback
(IValidationError error, Serializable message) Construct. -
Method Summary