Re: [flexcoders] Databinding to a webservice from within a component

2005-07-28 Thread Sreejith Unnikrishnan
My experience is that it is always nice to store the result in a variable. Bind this variable to event.result from the webservice. Access this variable from any component anywhere. INDEX.MXML mx:Script var eventDetailsResult; mx:Script mx:WebService id="service_Events

RE: [flexcoders] Databinding to a webservice from within a component

2005-07-28 Thread Steve Cox
: 28 July 2005 14:13 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Databinding to a webservice from within a component My experience is that it is always nice to store the result in a variable. Bind this variable to event.result from the webservice. Access this variable from any