Without seeing the source of your List.add() method, it's hard to say what's going on here...
On Fri, 9 Jul 2004 14:39:04 +0100, Thomas Chiverton <[EMAIL PROTECTED]> wrote: > I have code like the below, that basicaly create a list (this.List) with each > entry composed of name,assetList,eventList and actionsList - each with their > own types (they are objects in their own right). > As you can see, the only difference betwen the two entrys on the list are the > name, and the details of the eventList. > But if I inspect this.List (with cfdump or elsewhere in the code) both entries > in the list have the same eventList object ! ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
