Re: Textarea validation, using validator and mask

2003-12-01 Thread Arne Brutschy
I wrote: I'm trying to use the validator with a regexp mask on an textarea field. There are two problems: 1) even if the regexp allows empty strings and the field is not required, the validator reports that the field is invalid. same mask works for a simple text input. 2) I'm trying to use

Textarea validation, using validator and mask

2003-12-01 Thread Arne Brutschy
Hello, I'm trying to use the validator with a regexp mask on an textarea field. There are two problems: 1) even if the regexp allows empty strings and the field is not required, the validator reports that the field is invalid. same mask works for a simple text input. 2) I'm trying to use