Jonathan,

The request scope is useful for this. Just do something like:

<cfset request.currName = form.username>

and you will have that variable available to any pages that run during that
browser request.

You could also try using the stParams attribute of cfa_contentObject:

<cfa_contentObject
        datasource="#request.cfa.objectstore.dsn#"
        method="display"
        objectID="#form.objectID#"
        stParams="structure of paramaters to pass"
        >

Hope this helps!

Jason

-----Original Message-----
From: Jonathan Trow [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 08, 2000 6:05 AM
To: '[EMAIL PROTECTED]'
Subject: Passing variables





Jonathan Trow

Circle.com
100 Victoria St
Bristol
BS1 6HE
Ph   :  0117 9146266
Mob :  07989 502915
ICQ  :  71524192
Hi all,

What would be the best way between a page and a display handler used on it?

cheers,

Jon

Jonathan Trow
Circle.com
----------------------------------------------------------------------------
--
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk
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/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to