public class ControlBindingErrorProcessor extends org.springframework.validation.DefaultBindingErrorProcessor implements Serializable
| Constructor and Description |
|---|
ControlBindingErrorProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
processPropertyAccessException(Object control,
org.springframework.beans.PropertyAccessException ex,
org.springframework.validation.BindingResult bindingResult)
Add a ControlError instead FieldError to hold component that has failed.
|
public void processPropertyAccessException(Object control, org.springframework.beans.PropertyAccessException ex, org.springframework.validation.BindingResult bindingResult)
control - ex - bindingResult - Copyright © 2014 JDAL. All Rights Reserved.