CharlieHoover
Posts: 0
Joined: Tue Aug 23, 2011 9:50 pm

How to map Json Response to list component?

How do you map datasource responses to the list component? I can do it with the grid but have not been able to do it with the list... Any help would be greatly appreciated! Thanks!

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How to map Json Response to list component?

Map the array to MobileListItem property of the List. If you want to display the result in list label, delete the default label and insert a Label component. Then you will be able to map it. Let me know if this helps...

CharlieHoover
Posts: 0
Joined: Tue Aug 23, 2011 9:50 pm

How to map Json Response to list component?

It is not working the list item just disappears when I test it...

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How to map Json Response to list component?

Can you share the project with a href="mailto:support@gotiggr.com" rel="nofollow"support@gotiggr.com/a? I'll check the mappings. Or, if the service you are using is public, post it here and I will try it in my project.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How to map Json Response to list component?

Fixed it. In request parameter mapping you set %23healthykids as the default search term. The # was already escaped, but jQuery will also escape it (it always does) and the result ended up being invalid. So, changing to #healthykids will work.

Return to “Issues”