Page 1 of 1

select component filled from rest service only showing 1 row

Posted: Tue Mar 05, 2013 1:02 am
by steve5588065

I have set up a Restservice and configured the data connections to a select component

When I run the app ( in Tiggzi Test and on my iphone) the select only shows the first item returned. ie there is only 1 row in the dropdown list

In the test section of the service, it returns the whole list from my database

Am I missing something?

Regards
Steve


select component filled from rest service only showing 1 row

Posted: Tue Mar 05, 2013 1:10 am
by maxkatz

Can you post a screen shot of response mapping?


select component filled from rest service only showing 1 row

Posted: Tue Mar 05, 2013 1:33 am
by steve5588065

select component filled from rest service only showing 1 row

Posted: Tue Mar 05, 2013 2:47 am
by maxkatz

You need to map getAllCategoriesResult to selectmenuitem1.


select component filled from rest service only showing 1 row

Posted: Tue Mar 05, 2013 4:47 am
by steve5588065

Hi Max

Thanks

Works a treat now

regards
Steve