I need to show content in JSP page based on user s access level. This content differs slightly (additional buttons, links)
What should I do?
1. process this logic in the controller and forward to different pages?
2. create one page using Expression Language? (use c:if or c:when )