In what format are you taking the results returned from the WebService..Are
you using ArrayCollection ??
If yes then you have to push the returned results into ur ArrayCollection
object(When there is only one record).The thing is flex treats a single
object(record) in a arraycollection as a Object.
So check the length of the result object.If it is one then you do the
addItem to the ArrayCollection object otherwise directly assign it to
arraycollection

Reply via email to