How to show different menu according to rule of user using Tile3
问题 I am using tile3, spring security and struts2. I have different number of users, each with specific role, and each role should has access to a specific menu, I have the follwoing tile.xml file but I am not sure how to change it in a way to solve the issue. Please let me know if you need me to provide any other part of my code. <tiles-definitions> <definition name="baseLayout" template="/baseLayout.jsp"> <put-attribute name="title" value=""/> <put-attribute name="header" value="/header.jsp"/>