I want to link to another gsp file.
I tried:
<li>
<a href="/private/dashboard">Dashboard</a>
</li>
However, this results in http://localhost:8080/private/dashboard
which is basically not where I want to go.
Any recommendations what I could change to link to my dashboard.gsp
?