January 2011

Server-Side Validation with Flex

by David Salahi on January 22, 2011

This application uses a custom Validator subclass which performs both client-side and server-side input validation. The client-side validation is done first whenever the First Name field loses focus. If it passes the client-side validation the input is sent to a server for further validation. Standard Flex Validator functionality is used. Right-click the app to view [...]

{ 3 comments }