On 1/3/07, Simon Kitching <[EMAIL PROTECTED]> wrote:
Thanks David. Is this "validator" attribute something added in JSF 1.2? I'm sure it doesn't exist in JSF 1.1 (which is what MyFaces 1.1.x supports).
The "validator" attribute has been there since JSF 1.0 ... it corresponds to the getValidator() and setValidator() methods of the EditableValueHolder interface. In a similar way, the "converter" attribute has been around since JSF 1.0 on components that implement ValueHolder. Craig

