Hi. I am writing an error template. I want to loop through all of the
availiable error variables, put them in a form, submit them to another page
then e-mail them to myself.
I have this code:
<cfloop collection=#error# item="i">
<cfif i is not "generatedcontent">
#i# #evaluate("error.#i#")#<br>
</cfif>
</cfloop
but I get an error going on about complex and simple objects and how I can't
convert one to the other. this code works fine if I leve out the evaluate
bit and I get a list of the availiable variables.
Is this somethig to do with MX handling evaluate differently or it it
because you can only have limited CF tags on the error template?
Thanks
Giles
--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]