[flexcoders] Re: Normalize removing my data??? Is this a bug in Flex?

2008-08-21 Thread flexaustin
Sorry everyone I tried to delete this post but I guess it got through. The issue was the xml was being passed by reference so all my references were pointing to the same data source (xml). So if I change one it changes all. I had to copy it. Lesson here for everyone if you get frustrated go for

[flexcoders] Re: Normalize removing my data??? Is this a bug in Flex?

2008-08-20 Thread Amy
--- In flexcoders@yahoogroups.com, "flexaustin" <[EMAIL PROTECTED]> wrote: > > I have been tracing this bug for two days and finally found it. I > don't see how this .normalize method is changing data in other areas > of my code? > > So when makeData is called I pass it xml with child nodes. It i