@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface DontValidate
ignoreBindingErrors()
element of this annotation.| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
ignoreBindingErrors
If true (the default) then any validation errors that might occur during type conversion and
binding will be ignored.
|
public abstract boolean ignoreBindingErrors
ActionBeanContext.© Copyright 2005-2006, Stripes Development Team.