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 appreci开发者_StackOverflow中文版ated.
Regards, Rajiv
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
精彩评论