Re: Application.CFC onError function and the tag.

2006-09-07 Thread Raymond Camden
I've never used cferror for form checking. You wouldn't think it better to handle the form checking in the same file as the form? Thats just my opinion. Anyway - if you use onError, you can check the exception type. It should contain the information there if I had to guess. On 9/7/06, Ian Skinner

Application.CFC onError function and the tag.

2006-09-07 Thread Ian Skinner
I'm building my first real word application using the Application.cfc framework. I have an onError function built that dumps the error structure to a file and displays that file. This works well for my development. Now I want to build a custom error page for displaying user form validation er