Dave:
It is carrying lots of data. Is there a better way to do this? Right now I
want to get out of the current file. That's why I want to use cflocation.
I have used cfmodule that that works fine, but it doesn't get me out of the
current file. I'm using WDDX on the receiving end, but I just can get
there.
Any ideas on how to get around this?
Yvette Ingram
Brainbench Certified ColdFusion 4.5 Programmer
Email: [EMAIL PROTECTED] or
[EMAIL PROTECTED], or
[EMAIL PROTECTED]
ICQ: 21200397
Website: http://www.tkisolutions.com
----- Original Message -----
From: "Dave Watts" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, August 17, 2001 6:56 PM
Subject: RE: CFLocation and Passing Complex Data
> > 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?
>
> The problem is that you're trying to pass something that can't directly be
> represented as a string (a structure) within a URL string, as if you could
> type a structure in your browser location field. You could conceivably
> convert your structure to a WDDX packet, then use the URLEncodedFormat
> function to allow the WDDX packet to be placed in the URL, but it may very
> well get truncated if you have too much data in it.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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