Hello Everybody!
I need to check roles of a user in my app to decide whether to render some elements on JSP or not. Does someone happen to know how could I do it (I mean the syntax of <s:if tag together with request.isUserInRole("role") on the JSP page)? Thanks a lot.