views:

45

answers:

1

Hello, how can i do SiteMapPath navigation like Asp.net at Java (home -> product -> dvd -> ...) Exist some lib or jar to do it ? Or some example, would be nice, any idea )

Thank you.

Thank you CraigTP :)

A: 

This will very much depend upon the java web framework that you're using.
What you are essentially looking for is a "Breadcrumb" component or code.

The following links should get you started:

Custom JSP Tag/Servlet: Breadcrumbs taglib
Wicket: BreadCrumbBar Class
Struts2: Breadcrumbs Plugin

CraigTP