Best practice to manage the path breadcrumbs in Spring without Web flow
- by user353430
Hi,
I am engaged in a project where i need to how the path bread crumbs to the user like
Home (This is linked to home page) (page name)
like
Home contacts
and in contacts like
Contacts create
Contacts edit
etc.
Is there best practice how to do this in spring without he usage of spring web flow. I am not using spring web flow and simple using the spring MVC
Vaibhav Saxena