I have my list tag being populated from the database, but how do I link it to show a detail page for one record?
I have my list tag being populated from the database, but how do I link it to show a detail page for one record?
Hello Robert,
Please clarify what do you mean here:
[quote:]how do I link it to show a detail page for one record? [/quote]
ok, I have it displaying a list from a database... for example businesses
when I click a business name in the list, I want to navigate to another page which will display all the information from the database for that business such as telephone, address, description and so on. Hope that makes sense :/
This tutorial should help http://docs.appery.io/tutorials/build...
Hi,
When you click list item does it stored correct object id to localStorage variable?
when you invoke service for detail page does it request with correct id which is getting from localStorage variable.
You can debug app and check data in localStorage and service request parameters.
cant figure it out to be honest...
Robert, what did you try and what does not work? If all the photos are retrieved on details page check to make sure the request is correct. Probably the request is incorrect (http://docs.appery.io/documentation/b...)
It's not mainly the photos, more the club information. It is always showing club mono even when clicking on egljntine inn.
What event do you use on the details page? It should be Page Show event.