Coldfusion returns 500 server error for form validation errors
Hi,
I am dealing with someone else's application and it's sort of a mess.
They're using built in form validation so the server logs this:
Form entries are incomplete or invalid.<ul><li>Data entered in the RATE field must be a number (you entered 'dave')
and then returns a scary 500 server error, which doesn't really give the user any opportunity to fix their input.
Why won't it just output that error to the browser like every other programming language?
