• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

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

Guest
Mar 07, 2012 Mar 07, 2012

Copy link to clipboard

Copied

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!!!

Views

632

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 08, 2012 Mar 08, 2012

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 08, 2012 Mar 08, 2012

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines