Skip to main content
March 8, 2012
Question

I have a drop down list that is bound using an HTTP data service from a database (set up through the

  • March 8, 2012
  • 1 reply
  • 714 views

I have a drop down list that is bound using an HTTP data service from a database (set up through the wizard, not as a declaration). but when i try to retrieve data using dataprovider ,the output shows [object object] in  the drop down list .please any help will be appreciated flex 4.5 for spark

<s:DropDownList id="ddlProducts" width="400" labelField="Title"> 

        <s:dataProvider> 

            <s:AsyncListView list="{userRequest.lastResult.users.user}"/> 

        </s:dataProvider> 

    </s:DropDownList>

<s:DropDownList id="ddlProducts" width="400" dataProvider="{userRequest.lastResult.users.user}"> 

        

    </s:DropDownList>

the output for the mobile simulator displays

[object object]

[object object]

plz help!!!

This topic has been closed for replies.

1 reply

Claudio González
Legend
March 8, 2012

You seem to be at the wrong forum; this one is only for discussions on the forums themselves. Look for the right forum for your product in the dropdown Select Forum menu in here:

http://forums.adobe.com/index.jspa?view=discussions

And when you repost your question, don't forget to include enough data about your setup.

PECourtejoie
Community Expert
Community Expert
March 8, 2012

If you acknowledge it, I can move it to the flex forum.