All, I am using ColdFusion for a Flex application I am RADing and need some assistance from some experienced ColdFusion developers because I know I am doing something wrong but can't figure it out.
On the ColdFusion side I have a CFC named Employee that extends Person that extends User. I have matching AS objects on the Flex side. When all the RemoteClass and alias items are properly created (something I was not doing properly earlier today) I receive an Employee object with its variables set but none of the inherited variables are getting set. In debug mode in the Variables window, I can see the ResultEvent.result has a node called inherited, and all of the inherited variables are listed there, but they are all null. Does anyone have any insight into this behavior? I believe that I am creating the CFCs correctly... I can share some code, if necessary, but wanted to make sure there wasn't anything I could be obviously missing. Leif ------------------------------------------------------------- To unsubscribe from this list, simply email the list with unsubscribe in the subject line For more info, see http://www.affug.com Archive @ http://www.mail-archive.com/discussion%40affug.com/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
