Re: Structure of Structures Question

2003-10-17 Thread James Blaha
] >   Sent: Friday, October 17, 2003 11:23 AM >   To: CF-Talk >   Subject: Structure of Structures Question > >   All: Structure of Structures Question > >   I'm trying to look at an element and see if that element has a variable >   defined. I'm getting an error:

RE: Structure of Structures Question

2003-10-17 Thread Raymond Camden
Your isDefined statement is incorrect, you should use 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: structKeyExists(application.usersLoggedIn[variables.userIDA

RE: Structure of Structures Question

2003-10-17 Thread Bryan F. Hogan
'Middle_Name')> Didn't test it, but it should work.   -Original Message-   From: James Blaha [mailto:[EMAIL PROTECTED]   Sent: Friday, October 17, 2003 11:23 AM   To: CF-Talk   Subject: Structure of Structures Question   All: Structure of Structures Question   I’m tr

Structure of Structures Question

2003-10-17 Thread James Blaha
All: Structure of Structures Question I’m trying to look at an element and see if that element has a variable defined. I’m getting an error: Element MIDDLE_NAME is undefined in a Java object of type class coldfusion.runtime.MemorySessionScope referenced as What can I do to check for existence