Hi Matt, Thanks very much for the reply. I use struts-menu version 2.3. My menu-config.xml is
<?xml version="1.0" encoding="UTF-8" ?> <menuConfig> <Displayers> <Displayer name="ListMenu" type="net.sf.navigator.displayer.ListMenuDisplayer"/> </Displayers> <Menus> <!-- ==================== FM Options menu Items =========================== --> <Menu name="FMOptionsMenu" title="FM" description="Finance Management" width="50"> <Item name="OMFMAI" title="OMFMAI" description="All Income" page="/AllIncome.jsp" /> <Item name="OMFMME" title="OMFMME" description="Mandatory Expenses" page="/MExpenses.jsp" /> </Menu> </Menus> </menuConfig> The jsp where the menu is incorporated looks like <%@ taglib uri="http://struts-menu.sf.net/tag" prefix="menu" %> <menu:useMenuDisplayer name="ListMenu" bundle="org.apache.struts.action.MESSAGE"> <menu:displayMenu name="FMOptionsMenu"/> </menu:useMenuDisplayer> struts-config has the plugin added as <plug-in className="net.sf.navigator.menu.MenuPlugIn"> <set-property property="menuConfig" value="/WEB-INF/menu-config.xml"/> </plug-in> Am I doing anything else wrong? Vijaya -----Original Message----- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: Monday, March 14, 2005 7:32 PM To: Struts Users Mailing List Subject: Re: Struts Menu On Mar 14, 2005, at 5:31 AM, Antony Joseph wrote: > Hi Vijaya, > You will need an entry in the web.xml similar to the one below: > <taglib> > <taglib-uri>/WEB-INF/struts-menu</taglib-uri> > <taglib-location>/WEB-INF/struts-menu.tld</taglib-location> > </taglib> You should only need this if the URI in your JSP taglib declaration points to the URI in your web.xml. 2.3 Servlet containers will scan JARs and pick up the URIs from there. Can you post your displayer mappings (from the top of menu-config.xml) and the struts-menu part of your JSP? Also, what version of Struts Menu are you using? Matt > > If you are still having problems, check out the application > https://workeffort.dev.java.net . It uses struts-menu. > > ----- Original Message ----- > From: "Vijaya S" <[EMAIL PROTECTED]> > To: "Struts User mailing List" <user@struts.apache.org> > Subject: Struts Menu > Date: Mon, 14 Mar 2005 10:47:58 +0530 > >> >> Hi, >> >> Has anyone successfully implemented Struts Menu in your application? >> I am >> getting an error as >> 'The displayer mapping for the specified MenuDisplayer does not >> exist'. >> >> I have done the following >> 1. In my struts-config I have included the plugin >> 2. I have placed my menu-config.xml under WEB-INF. >> 3. My jsp has the corresponding taglibs included >> 4. struts-menu jar is placed under the lib directory of my >> application. >> >> Am I missing anything else? I posted my problem in struts-menu user >> list but >> no replies. If anyone of you is successful with struts-menu, can you >> please >> tell me what I am doing wrong? >> >> Thanks, >> Vijaya >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] > > > > Antony Joseph > http://www.logicden.com > https://workeffort.dev.java.net > > -- > _______________________________________________ > NEW! Lycos Dating Search. The only place to search multiple dating > sites at once. > http://datingsearch.lycos.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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]