Hi there, i have a problem with adding a custom created validator to an (Zend-) form by config. This is my config:
prefixPath.prefix = "FHG" prefixPath.path = "class/Forms" ... elements.password2.options.validators.isEqual.validator="isEqual" elements.password2.options.validators.isEqual.options.toField="password1 " The Validator-File is located in class\Forms\Validator The class is named FHG_Validator_isEqual. I will always get the message "Plugin by name IsEqual was not found in the registry". What am i doing wrong? The same way using decorators works. Thanks in advance, Marcus This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
