I have a RO object call. heres the code;

<mx:RemoteObject source="gvs._cfc.gvs_queries" id="gvsQueriesRO" 
endpoint="http://mydomainsbox.com/flashservices/gateway"; 
result="reviewThrusts=event.result" > 
<mx:method name="Thrust_Query" >
<mx:arguments>
<ThrustName>{thrustCB.selectedItem}</ThrustName>
</mx:arguments>
</mx:method>    
</mx:RemoteObject>
notice that I have a CB which has some data in it and it is the 
dataprovider that is providing data to my arg <ThrustName>..
the aboive works just fine, HOWEVER if I change it (the 
dataprovider) to this;
<ThrustName>{thrustCB.selectedItems}</ThrustName>
(notice i just changed it so that I can select mutliple items and 
that string be returned to the binding)
THE WHOLE DARN THING BREAKS!!!! nothing is returned back to my 
DG...anyone else had this happen to them? IF so is this a bug MM?






 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> 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/
 



Reply via email to