As this article <http://struts-menu.sourceforge.net/security.html> says we should add permissions="rolesAdapter" to the tag if we want to use the security model of struts menu. Then, for example, we could use the roles attribute.
<Item name="AdminPrefs" title="Site Preferences" page="sitePrefs.do" roles="System"/> But I did not find permissions attribute added in the struts-menu.xml in Appfuse-webwork-1.9.3. So how could it use the security model as the example show?
