开发者

SiteMapPath Asp.net at Java

开发者 https://www.devze.com 2022-12-08 19:23 出处:网络
how can i do SiteMapPath navigation like Asp.net at Java (home -> product -> dv开发者_如何学运维d -> ...)

how can i do SiteMapPath navigation like Asp.net at Java (home -> product -> dv开发者_如何学运维d -> ...) Exist some lib or jar to do it ? Or some example, would be nice, any idea )

Thank you.

Thank you CraigTP :)


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

0

精彩评论

暂无评论...
验证码 换一张
取 消