Re: [appfuse-user] Excluding certain pages from the default menu

2007-06-20 Thread mark.forster
ormInstall.* >> >> >> >> >> >> >> >> /* >> >> >> >> >> >> >> >> melinate wrote: >> >> > >> >> > I believe that the menu is added to the page using SiteMesh.

Re: [appfuse-user] Excluding certain pages from the default menu

2007-06-20 Thread Matt Raible
t;> > >> > I believe that the menu is added to the page using SiteMesh. One >> option >> > would be to have two sitemesh decorators--one with the menu and one >> > without. Then make all the pages that should not have the menu match >> some >> >

Re: [appfuse-user] Excluding certain pages from the default menu

2007-06-20 Thread mark.forster
ave the menu match >> some >> > pattern so SiteMesh can apply the proper decorator. >> > >> > Nathan >> > >> > >> > - Original Message - >> > From: "Stelios Togias" <[EMAIL PROTECTED]> >> > To: users@appfus

Re: [appfuse-user] Excluding certain pages from the default menu

2007-06-20 Thread Matt Raible
ply the proper decorator. > > Nathan > > > - Original Message - > From: "Stelios Togias" <[EMAIL PROTECTED]> > To: users@appfuse.dev.java.net > Sent: Thursday, May 3, 2007 11:34:59 AM (GMT-0800) America/Los_Angeles > Subject: [appfuse-user] Excluding certain

Re: [appfuse-user] Excluding certain pages from the default menu

2007-06-20 Thread mark.forster
er decorator. > > Nathan > > > - Original Message - > From: "Stelios Togias" <[EMAIL PROTECTED]> > To: users@appfuse.dev.java.net > Sent: Thursday, May 3, 2007 11:34:59 AM (GMT-0800) America/Los_Angeles > Subject: [appfuse-user] Excluding certain

Re: [appfuse-user] Excluding certain pages from the default menu

2007-05-03 Thread Nathan Anderson
Message - From: "Stelios Togias" <[EMAIL PROTECTED]> To: users@appfuse.dev.java.net Sent: Thursday, May 3, 2007 11:34:59 AM (GMT-0800) America/Los_Angeles Subject: [appfuse-user] Excluding certain pages from the default menu Hi, I need to have some pages excluded from having the

[appfuse-user] Excluding certain pages from the default menu

2007-05-03 Thread Stelios Togias
Hi, I need to have some pages excluded from having the default appfuse menu. Actually not having anything added to them. Just do them manualy. I've seen that in menu-config.xml is where the menus are defined but not thats all I found. Any ideas? thanks stelios