RE: validator for radio button does not work

2004-09-30 Thread David G. Friedman
s v1.2.4, that line reads: "Implementation-Version: 1.1.3". -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 30, 2004 2:37 PM To: [EMAIL PROTECTED] Subject: validator for radio button does not work the client side validator for radi

validator for radio button does not work

2004-09-30 Thread Jayaraman . Dorai
the client side validator for radio button does not work for required validation. The validation rules check for field.type==radio, but the field.type is 'undefined' when I tried an alert. But field[0].type returned radio. The validation_rules.xml has field.type==radio check all over.