Re: [flexcoders] Automatic Validation for Entire Form

2007-12-29 Thread Mike Chabot
It would help to clarify what you mean by "automatically." Do you mean whenever someone types a letter into a text input or whenever someone chooses and item in the combo box it triggers a complete form validation? Do you just want to make sure required fields are filled out, or something more comp

[flexcoders] Automatic Validation for Entire Form

2007-12-28 Thread Clinton D. Judy
Isn't there a way to make sure an entire form is validated automatically? Then if it were, it may send an event, doing something like enabling a button or allowing you to go on. If this functionality isn't present, I may have to figure out how to write my own code. I just want to make sure there is