From: "Jeff Small" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, September 17, 2004 3:22 PM
Subject: Re: Okay, here's EXACTLY what's going on...Re: Completely baffled
...
>> I suspect that you may have some name mismatch, and that the value of
>> Login.OwnerTypeID_fk is not one, because of the mismatch. In the first
>> paragraph, you say that the fields are named fname, lname, id, email, and
>> Type_ID_fk.
>
> Sorry, I was trimming the names for email. They're named the EXACT same. I
> was just typing from memory, then went and pasted my cflogin.
>
> I got the value, by *dragging* the name from the bindings tab in
> Dreamweaver. Then even *verified* that it was named the same. I even
> dumped
> it again to make sure. It's the same.
Not only that, as soon as I wrapped that output in a tostring(), it worked.
Example:
<cfloginuser name="#Login.FirstName# #Login.LastName#"
password="#OwnerEmail#" roles="#Login.OwnerTypeID_fk#">
Throws an error.
<cfloginuser name="#Login.FirstName# #Login.LastName#"
password="#OwnerEmail#" roles="#ToString(Login.OwnerTypeID_fk)#">
Works like a charm.
Now, is that weird? Or did I overlook something in CF Class?
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

