I'm on the verge of creating a custom as3 self-validating TextField
class. I think I'm going to go ahead and extend TextBox and pass in a
validation method that be called from a public "validate" method. The
validation method could contain an error string that the validate
method could return as well.
Any thoughts on this? I'm just pretty tired of rolling my own form
validation. Validation methods could be based on this:
http://code.google.com/p/flash-validators/ What is everyone else (who
isn't using Flex) using?