To report validation error use {@link FormComponent#error(org.apache.wicket.validation.IValidationError)} by using any ofthe dependent form components or extend from AbstractFormValidator and use its {@link AbstractFormValidator#error(FormComponent,String,java.util.Map)} method. @param form form this validator is added to
|
|
|
|
|
|
|
|
|
|
|
|