How to implement dynamic breadcrumbs ?

1
I want to dynamically obtain the path list of the page clicked by the user in the navigation bar, so as to return to the page I want at any time. How to achieve this?
asked
2 answers
1

Hi Kai, I'm not enirely sure what it is that you need; but if you want to keep track of the users page navigation history I would suggest to add an entity to your domain model where you can store this information on each navigation action.

answered
0

Apologies for posting on an old thread, but because I expect many new users still to look through these comments. 

 

I have created a reusable dynamic breadcrumb module without Java actions or external libraries. And I think this is the solution you are looking for.

https://marketplace.mendix.com/link/component/219432

answered