Subeesh, Hi as a moderator, could you please only post questions pertaining to component development on flexcomponents, the question belongs on flexcoders.
Thanks, Mike On 3/6/07, Rajesh Bhadra <[EMAIL PROTECTED]> wrote:
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
-- Teoti Graphix http://www.teotigraphix.com Blog - Flex2Components http://www.flex2components.com You can find more by solving the problem then by 'asking the question'.
