|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface DontValidate
Specify that the event handled by the annotated method should not have validation run on it
before the handler is invoked. Note that even if there are no normal validation errors for a
request, there may still be errors during type conversion and binding. Such errors are also
ignored by default. That behavior can be modified using the ignoreBindingErrors()
element of this annotation.
Optional Element Summary | |
---|---|
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
.
ActionBeanContext.getValidationErrors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |