Hi folks, I have been trying to create a new Validator for Intake for a while now without success. I'd appreciate a lot if some Intake-developer could assist me.
What I did is basically this: creating a validation-class that extends DefaultValidator and overwriting doAssertValidity() checking for validity. In the schema I stated the class this way: <field name=".." key=".." type=".." validator="de.geoconnect.audiotex.validation.PlzValidator"> Unfortunately my validator-class (or at least the method) is not being executed. Question: is the "validator"-attribute of the field-elements implemented at all? At least DefaultValidator.init() checks for the four <rule/> elements, but apparently not for any validator-attribute. Is it necessary to overwrite the init()-method? Thanks. Marc -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
