I presume this is attempting to assign the result to troubleLogEvent, 
but it seems to be failing
        /* CRUD readEvent result Handler */
        protected function readEventResult(e:ResultEvent):void
        {
            troubleLogEntry = e.result as troubleLogVO;
           
            Alert.show(ObjectUtil.toString(e.result));
            Alert.show(ObjectUtil.toString(troubleLogEntry));
           
        }


João_Fernandes wrote:
> Ian but are you assigning the result to the troubleLog?
>
> On the result handler you have to assign the event.result to your 
> troubleLog variable. The mapping stuff is just to allow automatic 
> CFC>AS3 translation, it doesn't assign them to your variables.
>
> João Fernandes
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:4335
Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37

Reply via email to