I just found that this is a CFMX bug. Take a look: http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=3&threadid=234643&highlight_key=y&keyword1=error%2EtagContext
But, since i had some free time yesterday, i found a work around. If you want to output (maybe cfmail yourself) the error.tagContext (that blue and gray table that is shown on errors), here's how i got it to work: <cfmai...... <cfset teste = Duplicate(error.tagContext)> <cfdump var="#teste#"> </cfmail>.... If you try to cfoutput it, it wont work, you must duplicate and cfdump it. =) BP. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

