不带支柱的图块 1 的面包屑
使用tiles 1而不是struts并想知道制作动态面包屑链接的最佳方法是什么?对该部分进行硬编码会更简单吗?谢谢
using tiles 1 but not struts and wondering what's the best way to go about making dynamic breadcrumb links ? Would it be simpler to just hardcode that part? thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道你使用什么框架作为控制器,但我想你有一个。
在这种情况下,您只需要定义一个可以处理请求的控制器 URL(使用
controllerUrl
属性)。拥有它后,您需要使用它并在图块定义中设置识别每个页面的导航级别以及每个链接必须指向的位置所需的属性。本文可以为您提供帮助:
http://www.calandva。 com/holmansite/do/myblog/blogging?date=20030711
希望有帮助。
I don't know what framework are you using as a Controller but I suppose you have one.
In this case, you only need to define a controller URL (using the
controllerUrl
attribute) that can attend requests. Once you have it you need to use it and set in the tiles definition the properties needed to identify the navigation level for each page and where has to point every link.This article can help you as a example:
http://www.calandva.com/holmansite/do/myblog/blogging?date=20030711
Hope it helps.