Your isDefined statement is incorrect, you should use

<cfif
isDefined("application.usersloggedin.#variables.useridatdoor#.middlename
")>

which will only work if variables.userIDatDoor is a valid variable name.
It would be better to do this:

<cfif
structKeyExists(application.usersLoggedIn[variables.userIDAtDoor],"middl
eName")>


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to