Re: Question about validwhen and type checking

2006-03-17 Thread Niall Pemberton
I don't see a way to do this with the standard validators - I think you'll have to write your own. Niall On 3/17/06, Achim Willems <[EMAIL PROTECTED]> wrote: > Hi, > > I have a text field that depends on the value of a select box. > > Generally, the text field needs no validation (i.e. every text

Question about validwhen and type checking

2006-03-17 Thread Achim Willems
Hi, I have a text field that depends on the value of a select box. Generally, the text field needs no validation (i.e. every text is allowed), but when the select box has a special value (in my case it is "text.birthday"), I want a validator to confirm that the text entered is a date. I thought