hello: I want to use tiles to implement a web application. The basic tiles definition has a navigation menu and a main body. All examples I see use a static .jsp as the navigation menu, but I my navigation is dynamic, which means the menu is generated according to different login accounts. So the navigation menu must be driven by a controller.
At the same time, when user clicks a menu in the navigator, the main body should be changed.
Can anybody tell me how to implement it? |