Hi, my validator seems not to work with mask.
snipped from validation.xml:
<field property="password" depends="required,mask"> <arg0 key="password.displayname"/> <var> <var-name>mask</var-name> <var-value>^[a-zA-Z]*$</var-value> </var> </field>
I can insert numbers into my password form field without complains form the validator,
there is a errors.invalid key in my resource bundle.
What do I have to do?
Wolfgang
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]