If you are using cflocation, you will need to serialize that error information and append it to the cflocation url; then deserialize it on the error page.
Something like: <cflocation url="error.cfm?message=#arguments.exception.message#&detail=#arguments.exception.detail#" addtoken="no"> Add more exception information as needed to the url -- then on the error page - <cfoutput>The error message is: #url.message#</cfoutput> -- Josh ----- Original Message ----- From: "Richard White" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Thursday, December 06, 2007 12:27 PM Subject: Re: on error handler > thanks Todd, > > this link shows that i can send an email and display a custom error page > which is fantastic. however it doesn't show to pass over the error details > so that i can display them in the error page, i know this is probably not > useful for the customer but it would be useful for what we personally are > doing at the moment > > thanks again > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294350 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

