PDA

View Full Version : context menu display


uaine
May 6th, 2008, 10:31 AM
Hi,
I'm pretty new to Spring, and I'm trying to find out a good way to handle context-sensitive menus (like a sidebar with contents that vary by user permissions). I've already build a lot of backend report pages using Spring's MVC, so Tiles and the like are not appealing options.

In searching the forums, I came upon this helpful post (http://forum.springframework.org/showpost.php?p=13500&postcount=9) which accomplishes this by using an interceptor. Is this a common way of implementing dynamic menus, or are there other methods within Spring to do this?