I don't know if it's related, but there is the following open issue in JIRA.
http://issues.appfuse.org/browse/APF-1064 Matt On Mon, Apr 6, 2009 at 3:45 PM, mmaia <maia.mar...@gmail.com> wrote: > > Hi, > > I've been facing hard times while trying to make appfuse work with > submenus. > I'm using struts2 and whenever I try to do something like: > > <Menu name="AlimentacaoMenu" title="refeicaoList.title" > page="/refeicaoes.anototudo" roles="ROLE_USER"> > <Item name="CadastrarRefeicao" title="Cadastrar" > page="/editRefeicao.anototudo"> > <Item name="CadastrarAlimentoUsuario" > title="Cadastrar" > page="/editAlimentosUsuario.anototudo" /> > </Item> > </Menu> > > As you can see I need an Item with item in it... This causes really bad > behavior in appfuse menus. It's problably related to template used by > default cssHorizontalMenu.vm . The problem is that I'm very unconfortable > with velocity templates and I am not able to fix it. Does appfuse provides > a > menu template that works correctly with sub>submenus ??? > > I need something like: > > Menu > > submenu> > subsubmenu > subsubmenu > > Or I'll have to study velocity templates and fix the default one? > > tx in advance, > Marcos Maia. > -- > View this message in context: > http://www.nabble.com/Submenu-problems-in-appfuse-2-and-struts-menu-tp22918055s2369p22918055.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net > For additional commands, e-mail: users-h...@appfuse.dev.java.net > >