Anwar
Member since Jan 18, 2010
- Profile: /members/5203-anwar.htm
- Comments: 4
Recent Blog Comments By Anwar
-
Ask Ben: Handling Errors With ColdFusion CFError
Posted on Jan 21, 2010 at 5:25 AM
@Ben Nadel, Got it now, there was error in my Error Handler template - and the CF server was not showing the error which occurred in Error handler template - but instead it was showing the Original error. So it thought that the errors are handled in case of "Exception" type. Thanks.... read more »
-
Ask Ben: Handling Errors With ColdFusion CFError
Posted on Jan 21, 2010 at 5:25 AM
@Ben Nadel, Got it now, there was error in my Error Handler template - and the CF server was not showing the error which occured in Error handler template - but instead it was showing the Original error. So it thought that the errors are handled in case of "Exception" type. Thanks.... read more »
-
Ask Ben: Handling Errors With ColdFusion CFError
Posted on Jan 18, 2010 at 9:30 AM
@Ben Nadel, I am using CF 7 MX. And Application.cfm for error handling with cferror Type=request. As you said - there might be the problem with the "request" type. But, if I change type to "exception" then I am not able to catch the errors such as --- Element xyz is undefined in the FORM. So... read more »
-
Ask Ben: Handling Errors With ColdFusion CFError
Posted on Jan 18, 2010 at 8:41 AM
Can we use CFOUTPUT in the template which we have specified in the cferror tag. Because when I try to use it, I don't see any effect of cfoutput. eg. <cfoutput>#test#</cfoutput> - it gives me the output as #test#... read more »