Tour de Flex Sample - RemoteObject Events - 13400
comments
how do in flex 4?
<mx:remoteobject id="srv" destination="product" channelset="{channelset}" fault="faulthandler(event)">
<mx:method name="getproducts" result="getproducts_resulthandler(event)"/>
</mx:remoteobject>
i got
could not resolve <s:method> component implementation.
when trying this
<s:remoteobject id="romajor" destination="majorsrv" fault="alert.show('remote object error')" >
<s:method name="addmajor" result="romajorresult(event)"/>
</s:remoteobject>
thank you
More discussions in Tour de Flex Samples
adobe
Comments
Post a Comment