Gallery of Stack Traces: ColdFusion Attribute Validation Error

What happens when you put a form on a ColdFusion page and don’t check to make sure someone entered a valid e-mail address?  This:

When the user fails to enter required information, the application should not fail.
Click for full size

Seriously, checking validation on Web forms should be the first thing you do, hey?

Comments are closed.