godwin Pinto7224819
Posts: 0
Joined: Fri Nov 14, 2014 3:02 pm

Using Model and storage

I have used the tutorial of 'Building a MusicShop app using Model and Storage'.

  1. I created a Model and Storage as below
    Image
    Image

  2. I created a database with the relevant columns

    Image

  3. I created the page with the list:

    Image

  4. I create the rest service
    Image

  5. I created the relevant events

    Image

  6. I did the relevant mapping in data

    Image Image Image

    Inspite of doing everthing as per the tutorial, when I test my listing shows blank

    Image

    I have double and triple checked and everything looks fine but there is no listing. Could anyone tell me what am I doing wrong?

    Thanks

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Using Model and storage

Hi Godwin,

Please use direct mapping from service response to page components you need.

Also please check count of response items in browser debugger network tab(you should find service response and take a look on request response).

Regards.

Return to “Issues”