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
I made it like this
<div id="nav"> <s:a action="actionName_resultName" id="nav">Retailers </s:a> - Coupon Options</div>