我想知道grails中面包屑的用法和实现。
我有一些 gsp(查看)页面,主页是默认的,我有 6 个类别,在这 6 个子页面中,我需要在我的页面中显示导航路径,例如
主页/杂货店/子杂货店.. 主页/财务/子财务.. .
我需要显示页面导航。
<div id="heder_content">
<g:if test="${session.user }">
<div id="bread_crumbs"style="position:absolute;top:0px;left:474px;height:80px;width:800px">
</div>
</div>
</g:if>