Hi all, I have a pretty odd issue and I can't narrow down the reason why. I have a CFC and a corresponding AS3 class.
For this example, MyValueObject.as and MyValueObject.cfc I call the CFC and return the results to the onResult function in the calling command. In my model, I have a property set called MyModel.getInstance().myvalueobject which is to store this data for view access and change. Here is the problem: The mapping between the CFC and AS3 component work as expected. Meaning setting MyModel.getInstance().myvalueobject = event.result as MyValueObject populates the object automatically. When I trace my results from the command, I get the data I am looking for. ex) trace(MyModel.getInstance().myvalueobject.someProperty); HOWEVER, when I trace that same property from the View using the exact same code, it returns null. How can that possibly be? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

