Hi,

Since it's urgent, add: makeObjectsBindable="false", to the 
HTTPService tag.

-TH

--- In [email protected], "jmorpher03" <[EMAIL PROTECTED]> 
wrote:
>
> I used to convert the result of a httpservice request , using the 
> ArrayUtil.toArray() in Flex 2 Beta 3 and assign it to an 
> ArrayCollection ( as a source to a ComboBox), it used to work, but 
now 
> in the latest release version,  its just giving an Object with 
comma 
> separated values. What could be wrong ?
> 
> Here is the syntax I am using :
> 
> acUserStatus.source = mx.utils.ArrayUtil.toArray
> (result.data.row.statuses);                           
>       acClients.source = mx.utils.ArrayUtil.toArray
> (result.data.row.clients);
> 
> Please help me with this issue. Have they changed the way results 
are 
> returned in the httpservice ?
>







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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