Sorry about the late reply.

Looks like this is a bug in CF9 that they are looking at fixing.

http://cfbugs.adobe.com/cfbugreport/flexbugui/cfbugtracker/main.html#bugId=79029

Just got the email:
*
The bug entered on Thursday, July 23, 2009 has been marked verified by Adobe
ColdFusion Team.

This means Adobe ColdFusion Team has verified the behavior you've observed.

(If this email is addressed to you directly, you've logged this bug.
Otherwise, you've subscribed to this bug through the Adobe beta site and are
receiving a BCC.)

Targeted for: ColdFusion 9.0.1, Beta 1

Note:  Any targeting information included above is an estimate.  Targeting
can change during the course of bug triage.

Product Area:  CFML Function (General)
Severity: 6 - Low (Easy workaround & only affects small group)
Description:  Doing a StructCopy() on the arguments scope doesn't return a
copy of the arguments scope - it simply returns the arguments scope.This is
very confusing, as changes to the returned struct from StructCopy() also
occur on the arguments scope, as it is a reference.
*



On Sat, Mar 13, 2010 at 7:43 AM, Adam Drew <epne...@gmail.com> wrote:

> Mark,
>
> Just curious if you've encountered this issue..
>
> on like 87 of the AbstractBaseGenerator you use structCopy() to set
> the local state from the agruments.. then later you delete two
> arguments (path, and escapeCFML) from that state struct.. however, it
> then goes on to throw an escapeCFML not found in arguments error on my
> CF9 apps unless i change that to a Duplicate(arguments)..
>
> is this a known issue or could it be something else?
>
>
> regards,
>
> Adam Drew
>
> --
> Before posting questions to the group please read:
>
> http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer
>
> Try out the new Transfer ORM Custom Google Search:
> http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8
>
> You received this message because you are subscribed to the Google Groups
> "transfer-dev" group.
> To post to this group, send email to transfer-dev@googlegroups.com
> To unsubscribe from this group, send email to
> transfer-dev+unsubscr...@googlegroups.com<transfer-dev%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/transfer-dev?hl=en
>



-- 
E: mark.man...@gmail.com
T: http://www.twitter.com/neurotic
W: www.compoundtheory.com

Hands-on ColdFusion ORM Training @ cf.Objective() 2010
www.ColdFusionOrmTraining.com/

-- 
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

Try out the new Transfer ORM Custom Google Search:
http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8

You received this message because you are subscribed to the Google Groups 
"transfer-dev" group.
To post to this group, send email to transfer-dev@googlegroups.com
To unsubscribe from this group, send email to 
transfer-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/transfer-dev?hl=en

Reply via email to