I am new to Spring and Acegi so my question could sound stupid.
I am working on some web project. I use Spring and Acegi. I have user menu on the pages. I am looking for some framework that can recognize currently logged user and print menuitems that user has rules for.
I heart about Struts menu. But I do not know how to wire it with Acegi and Spring.
I know I can use Acegi tag authorize
But is seems to me tedious.Code:<authz:authorize ifNotGranted="ROLE_USER"> <p><a href="<c:url value="/login.htm"/>"><spring:message code="menu.login" /></a></p> </authz:authorize>
I would like to have menu definition in xml file - like Struts menu have.
Thanks for any help.


