RE: [flexcoders] validation for form reset

2006-11-27 Thread Stephen Gilson
] On Behalf Of relisanhard52 Sent: Sunday, November 26, 2006 12:57 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] validation for form reset Hi I am having a form whose fields i can validate without any issues. I need to have an option of reset. In my reset, i have private function reset

[flexcoders] validation for form reset

2006-11-26 Thread relisanhard52
Hi I am having a form whose fields i can validate without any issues. I need to have an option of reset. In my reset, i have private function reset():void { nameValidator.enabled= false; name.text=''; nameValidator.enabled= true; } This