On 4/6/01, Erik Yowell penned:
>CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode

Strangely enough I had this one come up on me several weeks ago and 
it took me 18 hours to figure it out. This may not be the only 
situation in which it pops up, but I was told to look for a value 
with an empty variable name. I'm thinking, how in the heck could that 
be? LOL

This is what I found. I was using the _range validation hidden input 
tag with only a min=1, which has always worked fine on 4.0x for me.

<input type="hidden" name="quantity_required" value="Please enter a quantity">
<input type="hidden" name="quantity_range" value="min=1">

I looked at the debug section and one of the field values submitted was:

QUANTITY_RANGE=min=1

Which looked suspiciously to me like it may be resolving to an empty
variable name (=1).

I removed the quantity_range field and VOILA!

So, I suggest looking at the debug section and see if you see 
anything similar looking.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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