You aren't using structnew() for Parent as you are for Guardian.
-David
On Wed, 15 Nov 2000 15:39:14 -0800 "Eric Gilbert" <[EMAIL PROTECTED]>
writes:
> I'm encountering something odd, and I'm not sure if it is a bug with
> the
> version of CFServer I'm using or a deeper CF issue.
>
> I get the error "The member "EMPLOYER.ADDRESS" in dimension 1 of
> object
> "Session.Intake.Parent" cannot be found. Please, modify the member
> name"
>
> when I try to execute the following script block (with proper
> locking......)
>
> <cfscript>
> Session.Intake = structnew();
> Session.Intake.URLToken = URLToken;
> Session.Intake.Guardian = arrayNew(1);
> Session.Intake.Guardian[1] = structnew();
> Session.Intake.Guardian[1].Employer = structnew();
> Session.Intake.Guardian[1].Employer.Name = "";
> Session.Intake.Guardian[1].Employer.Address = structnew();
>
> //Works great till here
> Session.Intake.Parent[1].Employer.Address.StreetAddress =
> "";
> </cfscript>
________________________________________________________________
YOU'RE PAYING TOO MUCH FOR THE INTERNET!
Juno now offers FREE Internet Access!
Try it today - there's no risk! For your FREE software, visit:
http://dl.www.juno.com/get/tagj.
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message
with 'unsubscribe' in the body to [EMAIL PROTECTED]