You can only pass simple data as a url parameter not complex such as
structs. You could serialize the struct with wddx and then pass the
resultant string but you would quite likely exceed the character limits on a
url if you had a complex struct. You might consider storing the struct in a
session var or storing the serialized struct as a client variable.

----- Original Message -----
From: "Yvette Ingram" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, August 17, 2001 4:44 PM
Subject: CFLocation and Passing Complex Data


> Hi:
>
> I'm trying to pass complex data (structure in particular), using
cflocation,
> but I'm not able to.  The example is like this:
>
> <cflocation url="template.cfm?stMemberData=#stMemberInfo#">
>
> The error I'm getting is saying that I can only pass simple data with
> cflocation.  I need to pass complex data.  Is this possible to do?
>
> Thanks in advance.
> Yvette Ingram
> Brainbench Certified ColdFusion 4.5 Programmer
> Email: [EMAIL PROTECTED] or
> [EMAIL PROTECTED], or
> [EMAIL PROTECTED]
> ICQ:  21200397
> Website:  http://www.tkisolutions.com
>
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to