Jeff,

>
> The "Caller.Attributes.1" parameter is the value of the first field I have
> in the form.  It is a hidden form field that passes the value 1 to the
> submitting page.  If I comment this line out, I get the exact same error
> with whatever I type in my next form field.  It's like it is taking the
> value of my form fields instead of the name and passing that to the custom
> tag.  If anyone could help, it would be greatly appreciated.
>

'1' is not a valid CF variable name.
I'm afraid, I can't remember what the rules are or remember where there is a
reference that tells you what a valid variable name, but usually meaningful
variable names and no unusual characters or spaces will do the trick.

So, my recommendation is that you replace the field names on your form with
meaningful names rather than numeric field names.  Not only will it solve
your problem, but it will also make it easier to debug/update your
application at a later date.

Regards

Stephen
PS.  Just remember one of the rules for naming variables - you can't start
them with a number. ;o)

------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to