>- see footer for list info -<
On Wed, 2004-10-20 at 11:55, [EMAIL PROTECTED]
wrote:
> >- see footer for list info -<
> does StructCopy solve this?
Nope! Do this (put in your own CFC) and it should explain why:
----------code----------
<cfset a = createobject("component", "<some component>")>
<cfset b = duplicate(a)>
<cfdump var="#b#">
----------/code----------
and see what the dump displays.
>From the docs, it states that you *cannot* "duplicate a COM, CORBA or
JAVA object returned from the cfobject tag or the CreateObject
function".
So it is not possible to transfer a CFC from the session scope into
another scope.
Paul
_______________________________________________
For details on ALL mailing lists and for joining or leaving lists, go to
http://list.cfdeveloper.co.uk/mailman/listinfo
--
CFDeveloper Sponsors:-
>- Hosting provided by www.cfmxhosting.co.uk -<
>- Forum provided by www.fusetalk.com -<
>- DHTML Menus provided by www.APYCOM.com -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<