Search code examples
struts2strutsbreadcrumbs

Display breadcrumbs of pages in a website


I am very new to struts2 I want know how can I display navigation of pages in a website like

home->login->your account->xx-> etc in the current JSP page


Solution

  • I made it like this

    <div id="nav"> <s:a action="actionName_resultName" id="nav">Retailers </s:a> - Coupon      Options</div>