Page 2 of 2

REST service not populating fields...

Posted: Thu Nov 07, 2013 3:14 pm
by Maryna Brodina

You have to map $ to list item. Here is more information http://docs.appery.io/documentation/u...


REST service not populating fields...

Posted: Thu Nov 07, 2013 3:28 pm
by Krs Joseph

Image

Mapped the $ to the mobilelist2 element... When I test on the page before it loads a the loading gif comes up and nothing still happens


REST service not populating fields...

Posted: Thu Nov 07, 2013 3:29 pm
by Krs Joseph

Image

That loading gif


REST service not populating fields...

Posted: Thu Nov 07, 2013 4:30 pm
by Krs Joseph

Here is a link to my app

http://appery.io/app/mobile-frame?src...

you can recreate the steps by going to Neighbourhoods -- Item1 and click it the page that is supposed to load does not and I just get the spinning gif


REST service not populating fields...

Posted: Thu Nov 07, 2013 5:00 pm
by Kateryna Grynko

Hi,

There seems to be an error in code. Please share the application with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a


REST service not populating fields...

Posted: Thu Nov 07, 2013 5:33 pm
by Krs Joseph

It's already shared... name OutInTrini


REST service not populating fields...

Posted: Thu Nov 07, 2013 7:51 pm
by Kateryna Grynko

In your REST service 'viewneighbourhood' in URL there are quotes - an invalid character. You must not use them. If this is your server please try to delete them without breaking the logic.


REST service not populating fields...

Posted: Thu Nov 07, 2013 8:29 pm
by Kateryna Grynko

Please move parameter 'Neighbourhood%20eq%20"Cipriani%20Boulevard' to Request. And delete everything after "?" (including "?") from URL.


REST service not populating fields...

Posted: Thu Nov 07, 2013 8:30 pm
by Krs Joseph

Ok, but when I do test in my browser on the same Url and even in the sample response I got results back, does appery not support that character?


REST service not populating fields...

Posted: Thu Nov 07, 2013 9:40 pm
by Kateryna Grynko

Yes, unfortunately Appery.io doesn't support quotes in URL as there should be only a path but not a GET request parameter.