You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use path parameters and works fine.But my main goal is want to create nested pages on menuView. But i want also pass the category id to productlistview page. Because i should show the category id on the product page. But i cant pass the route variable to main/products which is in the paths array.
Example Url: main/menu/products/3
Example Routing:
main/profile ->
main/menu (im on categorylistviewroute)
push to productlistview -->
main/menu/products/3
Could you help me please ?
The text was updated successfully, but these errors were encountered:
Hi i want use nested routes with parameters on IndexedPage.
I use path parameters and works fine.But my main goal is want to create nested pages on menuView. But i want also pass the category id to productlistview page. Because i should show the category id on the product page. But i cant pass the route variable to main/products which is in the paths array.
Example Url: main/menu/products/3
Example Routing:
main/profile ->
main/menu (im on categorylistviewroute)
push to productlistview -->
main/menu/products/3
Could you help me please ?
The text was updated successfully, but these errors were encountered: