creating dynamic pages
I am wondering how to create dynamic page ids in web app. I have a rest populated list on page A. On click, the list item navigates to page B, which invokes a service call to appery database to return data mapped to page elements.
Right now the page B is the same id no matter what data is being requested. I would like each click on page A to point me to a new page id. In this case, b-uniqueid etc so that the final web app displays the url: .../b-uniqueid.html
How would I go about this?