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 :)

link|improve this question
feedback

1 Answer

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.