Best practice to manage the path breadcrumbs in Spring without Web flow
Posted
by user353430
on Stack Overflow
See other posts from Stack Overflow
or by user353430
Published on 2010-05-29T05:31:41Z
Indexed on
2010/05/29
5:42 UTC
Read the original article
Hit count: 353
spring-mvc
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
© Stack Overflow or respective owner