result="showOrder(event.result as Object)"
fault="myApp.faultHandler(event)" />
Change to:
public function showOrder(result:Object):void{
Change to (assuming you have ORDERS defined as some type of collection, Object
etc in you property declarations):
public function showOrder(e:ResultEvent):void{
currentOrder:ORDERS = e.result as ORDERS;
<-- this assignment doesn't work
if(currentOrder.manuallyCreated) <-- this causes the error
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k
Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:5207
Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm
Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37