SPA routes with master detail view (dynamic URL)

Hi Wappler Team,

I am experimenting with the routes feature, but have a hard time figuring out how it works with dynamic URLs.

I made a test page where I can’t find out why I can’t get the information via get for my detail view.

https://beta.vewa.de/kundenportal/

If you click on the button “mehr” it does show the correct view but does not show the content.

What am I doing wrong?

I found a solution. If you change the suggested query.getURL to params.getURL in the INPUT Parameters of the detail page (content page), it is working. Is this a bug? If no, the docs should be updated.

3 Likes

Indeed “params” is the new collection for route related parameters.

We should update our docs about this @Teodor

4 Likes