Login System For A Flex Application With ColdFusion Backend Part 4 - Validation and Error Message
Introduction to Part 4 - Validation and Error Message
At the end of part 3, I had a working Login Form component. I next need to handle what would happen if the user inputted an incorrect user name and/or password. My CFC throws an error (see parts 1 and 2) if the user name and password cannot be found in the table. So I have several choices on how to handle the error returned by the CFC to my Flex application.
There are no comments for this entry.
[Add Comment]