I'm creating a user-manageable menu system for my web application and I was wondering if anyone else had done such designs with Roo? At the moment I have a "SiteZone"-entity, which name is going to be added to the menu system. Every new SiteZone instance is also saved in my site database.

I'm managing the SiteZone entity with Roo and I want to manage my own implementation of a menu.jspx file using the same menu tags Roo created.

Anyone else is doing something like this and care to share your solution?

I will share my ideas and solutions in the forums when I get to this part in the development.