WDDX is pretty good for that kind of thing 
you could convert the array to a wddx packet using 

<cfwddx Input="#myarray#" Output="MyWddxPacket" Action="CFML2WDDX">

then pass it to the next page as a hidden form.field
on the receiving page convert it back to an array with

<cfwddx action="WDDX2CFML" input="#myWddxPacket#" output="myarray">



-----Original Message-----
From: Mike Sullivan [mailto:[EMAIL PROTECTED]]
Sent: 05 October 2000 15:49
To: Fusebox
Subject: nwebie: pass lg array between templates


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Greetings,

I am adding a "fuse" to a intranet application already in place that
was written with the fusebox methodology.  

I have generated a large array in a query template and want the users
to be able to page through it in a dsp template.  There is a
dsp_prev_next template that is included in the main dsp template and
I am trying to mimic that behavior but paging through a large array
instead of a SQL query.  

The array is too large to pass via the URL and I looking for the
preferred approach to pass it and still keep the fusebox structure in
tack.

Any suggestions or pointers to other references would be appreciated.

Cheers
Mike

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBOdyVHHYFmKomMlANEQKuIACghic1FpABOho+1A6wUj8KR+2jQdIAoM52
PJUw77yHOaa1ywCK6atahTdL
=2tyJ
-----END PGP SIGNATURE-----
----------------------------------------------------------------------------
--
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to