If it's intermittent you could just set a <CFPARAM> at the top of the
template with a default of ""  

<CFPARAM name="url.techID" default="">

This will initialize the variable with no value and should effectively get
rid of the errors you are encountering.

HTH,

Jeff Garza
Lead Developer/Webmaster
Spectrum Astro, Inc.
480.892.8200
[EMAIL PROTECTED]
http://www.spectrumastro.com



-----Original Message-----
From: Alex [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 07, 2001 8:10 AM
To: CF-Talk
Subject: ignore an error??


I recieve the following error:

An error occurred while evaluating the expression: 
#url.techID#

Page User Came From: http://www.site.com/Code.cfm?exitID=8&techID=94

I was wondering how to ignore or bypass this error because the techID does
get
passed and the code executes. But I always get an error email report and on
some machines the error message DOES display causing the code to bomb.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to