Question
CFCatch type in CF8
Is the CFCATCH structure no longer a struct?
I had the following in an error-handling tag in cf5:
<cfparam name="error" type="struct" default="#attributes.error#">
Where attributes.error was the result of a cftry/cfcatch block. Now I get the error:
"The passed value does not evaluate to a valid struct object "
So, what is cfcatch creating now?
Thanks,
Craig
I had the following in an error-handling tag in cf5:
<cfparam name="error" type="struct" default="#attributes.error#">
Where attributes.error was the result of a cftry/cfcatch block. Now I get the error:
"The passed value does not evaluate to a valid struct object "
So, what is cfcatch creating now?
Thanks,
Craig