I have a sticky situation that seems easy to solve. Each time a row 
of a dataGrid (bound to webserviceA) is selected, a request to web 
serviceB is made. 

The sticky part is that each unique result from webserviceB (from a 
unique row selection), must be saved in order to be used by another 
object. I don't want the results to be overwritten each time a 
request is made (i.e. when a different row of the dataGrid is 
selected).

Here is a very rough illustration of what's in my head (very scary):

<dataGrid id="dg" dataProvider="webserviceA" change="webserviceB.send
()" /> //request will include <Category>{dg.selectedItem.CATEGORY}
</Category> 

webserviceB result should be bound to UNIQUE array/object so that 
each result will be saved for use by other object.


Thanks for any help,

-Dave






 
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