Hi It helped, thanks for the help mraible.
Best Regards Cemils mraible wrote: > > Try this: > > <Item name="Day" title="menu.statistic.day" page="/day.html"> > <Item name="Menu1" title="Menu1" page="/menu1.html"/> > <Item name="Menu2" title="Menu2" page="/menu2.html"/> > </Item> > > On Fri, Dec 12, 2008 at 6:44 AM, cemils <[email protected]> wrote: >> >> Hi.. >> >> I am using the default Appfuse template. >> >> I have a question about the menu config i hope someone can help me with. >> >> It should be simple. >> >> Here is my menu configuration xml file. >> >> <MenuConfig> >> <Displayers> >> <Displayer name="Velocity" >> type="net.sf.navigator.displayer.VelocityMenuDisplayer"/> >> </Displayers> >> <Menus> >> <Menu name="MainMenu" title="mainMenu.title" page="/mainMenu.html" >> roles="ROLE_ADMIN,ROLE_USER"/> >> <Menu name="AgentMenu" title="agent" roles="ROLE_ADMIN,ROLE_USER" >> page="/agentoverview.html" width="125"> >> <Item name="Sms" title="menu.sms" page="/sms.html" width="125" /> >> <Item name="Fax" title="menu.fax" page="/faxoverview.html" >> width="125" >> /> >> </Menu> >> <Menu name="Statistic" title="menu.statistic.heading" >> roles="ROLE_ADMIN,ROLE_USER" page="/supstatweek.html"> >> <Item name="Day" title="menu.statistic.day" page="/day.html"/> >> <Item name="Week" title="menu.statistic.week" page="/week.html"/> >> <Item name="Month" title="menu.statistic.month" page="/month.html"/> >> </Menu> >> <Menu name="Admin" title="menu.admin" description="Admin Menu" >> roles="ROLE_ADMIN" page="/admin/users.html" width="125"> >> <Item name="DayAdmin" title="menu.statistic.day.admin" >> page="/admin/day.html" width="125"/> >> </Menu> >> </Menus> >> >> My question is, how do i get a the dropdown button to point to a new menu >> with option. >> >> So for instance, the Day menu should show an arraw pointing to a list of >> menu items to the right. >> >> So i want a third menu level, allowing menu items to be displayed to the >> right. >> >> Is that possible with the default template from AppFuse, and if so how ? >> >> Best Regards >> Cemils >> >> >> >> -- >> View this message in context: >> http://www.nabble.com/AppFuse-menu-question-tp20975876s2369p20975876.html >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/AppFuse-menu-question-tp20975876s2369p21014568.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
