| An editor for properties on JSF components that take a binding to a
validation method. The property may be of type
javax.faces.el.MethodBinding ,
javax.el.MethodExpression , or
java.lang.String . The editor allows
the user to choose from among existing validation beans in the project, validation
methods defined on the current page, session or application beans. Also, a new
validation bean may be created and bound to.
author: gjmurphy |