Yeah - I was just assuming (bad word!  Maybe "hoping" is a better one)
that duplicating a structure containing a reference to a CFC would
duplicate just the reference to the CFC and not try to dupe the whole
CFC. doesn't appear to work however.


At the moment I'm trying to integrate a new, CFC-based application into
an older framework.  I've got it working now with by using
structdelete() to drop the CFC reference before I dupe it.  Next step is
convert the whole shebang into CFCs - then the problem will just go away
as I won't need to do this loop over the struct.


Jim Davis


-----Original Message-----
From: Raymond Camden [mailto:[EMAIL PROTECTED]
Sent: Sunday, November 02, 2003 2:54 PM
To: CF-Talk
Subject: RE: Duplicate() and CFCs cause JRUN Servlet Error (500 Null)?


I know the top level thing you are duplicating isn't a CFC, but
duplicate does not work correctly on CFCs, so if your struct contains
one, you can't/shouldn't call duplicate on it.

  _____  


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to