Reputation: 1
I am Rajiv and new to this Flex. Actually, I want to know about the validation part of the script. So, will anybody tell me regarding the scripting for validation in Flex? Any help will be appreciated.
Regards, Rajiv
Upvotes: 0
Views: 1016
Reputation: 7588
You should always use both server side and client side validation. For the client side validation in flex there are "validator" classes which can be used by MXML tags.
There is detailed documentation on validations here: http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7ff0.html
Upvotes: 1