Daily Archives: August 23, 2006

Validatoring Forms in Flex 2

Validating forms are not my favorite thing to do in Flex 2. A lot of the process seems quite tedious. It is a big improvement over Flex 1.5, but typically you have to create the validators and then create a function to see if all the validators are valid/invalid. It seems the simple approach to [...]