View Full Version : What's the best method for "breadcrumbs" in Spring MVC?
blueskies
Sep 11th, 2007, 01:13 PM
Just wondering if anyone has a Spring solution or is it pretty much handled in the session/JSP?
pmularien
Sep 11th, 2007, 02:12 PM
Which type of breadcrumbs do you mean? (1) pulling apart the reference to the current page to allow the user to navigate "up"?, or (2) displaying the history of where the user has been?
For #1, this can be handled a number of ways, including by Javascript (nothing inherent in Spring, though). Depends a lot on the organization of your site.
For #2, this is something you'd have to code yourself with session/JSP code.
blueskies
Sep 11th, 2007, 02:24 PM
Which type of breadcrumbs do you mean? (1) pulling apart the reference to the current page to allow the user to navigate "up"?, or (2) displaying the history of where the user has been?
For #1, this can be handled a number of ways, including by Javascript (nothing inherent in Spring, though). Depends a lot on the organization of your site.
For #2, this is something you'd have to code yourself with session/JSP code.
Probably #2.
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.