er.extensions
Interface ERXExceptionHolder
- All Known Implementing Classes:
- ERD2WCustomComponentWithArgs, ERD2WCustomQueryComponentWithArgs, ERD2WEditableListPage, ERD2WPage, ERD2WStatelessCustomComponentWithArgs, ERDCustomComponent, ERDCustomQueryComponent
- public interface ERXExceptionHolder
The ExceptionHolder interface should be implemented by components
that will collect validation exceptions. In the DirectToWeb world
templates collect all of the validation exceptions that occur within
a given request-response loop. However at times a way is needed for
a nested component to wipe out all of the validation exceptions that
have been collected.
clearValidationFailed
public void clearValidationFailed()
- Clears all of the collected validation exceptions.
Copyright © 2002 – 2004 Project Wonder.