Page 2 of 2

Clickable list

Posted: Fri Dec 20, 2013 9:24 am
by Bert Vandenbogaerde

I got it to work!

Thanks for the info Maryna Brodina and Katya Yakusheva!

Great support.


Clickable list

Posted: Fri Mar 07, 2014 5:08 pm
by laura6372139

hi!

I want to make a list of database

On the first page Image

Image

Image

On the second page:

Image Image

But it doesn't work, it always appears the same label.

Can I help me.

thanks. Laura.

Image


Clickable list

Posted: Fri Mar 07, 2014 5:12 pm
by laura6372139

Clickable list

Posted: Fri Mar 07, 2014 5:13 pm
by laura6372139

And this is my db:

Image


Clickable list

Posted: Fri Mar 07, 2014 9:53 pm
by Maryna Brodina

Hello! Could you clarify what do you want to show on the second page?


Clickable list

Posted: Mon Mar 10, 2014 11:15 am
by laura6372139

Hi Marina:

This is my database:

Image

When I clikc "Valencia" I need to see "valencia se ve las ciencias y las artes"

Do you understand me?

Thanks!


Clickable list

Posted: Mon Mar 10, 2014 11:16 am
by laura6372139

The second page I need to show "quever"


Clickable list

Posted: Tue Mar 11, 2014 5:43 pm
by Nikita

Hello,

1) You got the url in your service:

{database_url}/collections/lugares/{object_id}

there in request parameters is obj_id, but must be object_id (as in url).
2) On screenshot is the correct mapping from _id to target, but in project via public link I can see that there is a mapping from quever to tag ID. You should restore mapping as on the screenshot.
3)Please change the order of actions Set local storage variable and Navigate to the page
4)You can't use the same service on two pages. Because these services must perform different tasks (one returns all, another returns particular record) . Thus, you should create 2 different services for these tasks.
It will be helpful, if you watch our tutorials.