when trying to send parameters to page. it doesn’t work - i see %7B%7Bemail%7D%7D instead of the query parameters.
http://localhost:8100/muu/user/{{email}}
what can i do?
when trying to send parameters to page. it doesn’t work - i see %7B%7Bemail%7D%7D instead of the query parameters.
http://localhost:8100/muu/user/{{email}}
what can i do?
How are you sending these parameters exactly?
I defined path as follows.
/muu/user/:id and i selected page for path
On the dynamic page ,i attached query manager, - id –
On the dynamic page - i parsed the query.id ,to served connect with filtered query, get- id = query. Id
Im encountering same issue with php too
So how do you actually use these params in your links? How do you pass them to your URL?
You cannot use {{id}}
in the link property like that.
You need to use the dynamic attributes > link when using dynamic id value!
Anything that needs a dynamic value, should be added through dynamic attributes.
Also, it’s easier to make the screenshots on your computer, than with the phone.
Also, if you are using routing, use the routing picker instead.
Thanks for your prompt response, the url issue is resolved now… However the server connect is not rendering the data im trying to filter with the url parameter
. The bootstrap generator table is not display the data im trying to filter.
hey, did you solve the issue? I think I have a similar problem…
If you have created the route with parameters, in order to make it work use the Brower component.