The menu repository could not be found.

View: New views
6 Messages — Rating Filter:   Alert me  

The menu repository could not be found.

by CAMOZZI, Julien :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi,

I wanted to make a test of struts menu to see if I can integrate it in my project.
I have :
* inserted the jar in the web-inf/ lib
* added the menu-config.xml file in web-inf
* added the pliggin ldeclaration in struts -config.xml
* added  in my jsp the taglib declaration and the menu tag.

When I launch my application I have the error following.

Did I forget a step of the configuration ?


Thanks,

Julien

The menu repository could not be found.

Stack trace :
  javax.servlet.jsp.JspException: The menu repository could not be found. at net.sf.navigator.taglib.UseMenuDisplayerTag.doStartTag(UseMenuDisplayerTag.java:145) at org.apache.jsp.mainWindow_jsp._jspx_meth_menu_useMenuDisplayer_0(mainWindow_jsp.java:307) at org.apache.jsp.mainWindow_jsp._jspService(mainWindow_jsp.java:241) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:210) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223) at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:261) at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:360) at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:604) at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:562) at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:679) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619) at java.lang.Thread.run(Thread.java:534)


Julien Camozzi
Project Leader - Software Engineer
PDM Integration Department
CIMPA
www.cimpa.com

Phone : +33 (0) 5 67 19 53 10
Fax : +33 (0) 5 67 19 95 52
E-mail : julien.camozzi@...



This e-mail is intended only for the above addressee. It may contain
privileged information. If you are not the addressee you must not copy,
distribute, disclose or use any of the information in it. If you have
received it in error please delete it and immediately notify the sender.
Security Notice: all e-mail, sent to or from this address, may be
accessed by someone other than the recipient, for system management and
security reasons. This access is controlled under Regulation of
Investigatory Powers Act 2000, Lawful Business Practises.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
struts-menu-user mailing list
struts-menu-user@...
https://lists.sourceforge.net/lists/listinfo/struts-menu-user

Re: The menu repository could not be found.

by Matt Raible-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You probably need to add commons-lang.jar to your project.

Matt

On 1/11/06, CAMOZZI, Julien <julien.camozzi@...> wrote:

>
> Hi,
>
> I wanted to make a test of struts menu to see if I can integrate it in my project.
> I have :
> *       inserted the jar in the web-inf/ lib
> *       added the menu-config.xml file in web-inf
> *       added the pliggin ldeclaration in struts -config.xml
> *       added  in my jsp the taglib declaration and the menu tag.
>
> When I launch my application I have the error following.
>
> Did I forget a step of the configuration ?
>
>
> Thanks,
>
> Julien
>
> The menu repository could not be found.
>
> Stack trace :
>          javax.servlet.jsp.JspException: The menu repository could not be found. at net.sf.navigator.taglib.UseMenuDisplayerTag.doStartTag(UseMenuDisplayerTag.java:145) at org.apache.jsp.mainWindow_jsp._jspx_meth_menu_useMenuDisplayer_0(mainWindow_jsp.java:307) at org.apache.jsp.mainWindow_jsp._jspService(mainWindow_jsp.java:241) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:210) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223) at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:261) at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:360) at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:604) at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:562) at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:679) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619) at java.lang.Thread.run(Thread.java:534)
>
>
> Julien Camozzi
> Project Leader - Software Engineer
> PDM Integration Department
> CIMPA
> www.cimpa.com
>
> Phone : +33 (0) 5 67 19 53 10
> Fax : +33 (0) 5 67 19 95 52
> E-mail : julien.camozzi@...
>
>
>
> This e-mail is intended only for the above addressee. It may contain
> privileged information. If you are not the addressee you must not copy,
> distribute, disclose or use any of the information in it. If you have
> received it in error please delete it and immediately notify the sender.
> Security Notice: all e-mail, sent to or from this address, may be
> accessed by someone other than the recipient, for system management and
> security reasons. This access is controlled under Regulation of
> Investigatory Powers Act 2000, Lawful Business Practises.
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_idv37&alloc_id865&opclick
> _______________________________________________
> struts-menu-user mailing list
> struts-menu-user@...
> https://lists.sourceforge.net/lists/listinfo/struts-menu-user
>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
struts-menu-user mailing list
struts-menu-user@...
https://lists.sourceforge.net/lists/listinfo/struts-menu-user

Parent Message unknown RE: The menu repository could not be found.

by CAMOZZI, Julien :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Thanks: you solved my problem !!!


-----Message d'origine-----
De : struts-menu-user-admin@...
[mailto:struts-menu-user-admin@...]De la part de Matt
Raible
Envoyé : mercredi 11 janvier 2006 11:25
À : struts-menu-user@...
Objet : Re: [struts-menu] The menu repository could not be found.



You probably need to add commons-lang.jar to your project.

Matt

On 1/11/06, CAMOZZI, Julien <julien.camozzi@...> wrote:

>
> Hi,
>
> I wanted to make a test of struts menu to see if I can integrate it in my project.
> I have :
> *       inserted the jar in the web-inf/ lib
> *       added the menu-config.xml file in web-inf
> *       added the pliggin ldeclaration in struts -config.xml
> *       added  in my jsp the taglib declaration and the menu tag.
>
> When I launch my application I have the error following.
>
> Did I forget a step of the configuration ?
>
>
> Thanks,
>
> Julien
>
> The menu repository could not be found.
>
> Stack trace :
>          javax.servlet.jsp.JspException: The menu repository could not be found. at net.sf.navigator.taglib.UseMenuDisplayerTag.doStartTag(UseMenuDisplayerTag.java:145) at org.apache.jsp.mainWindow_jsp._jspx_meth_menu_useMenuDisplayer_0(mainWindow_jsp.java:307) at org.apache.jsp.mainWindow_jsp._jspService(mainWindow_jsp.java:241) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:210) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223) at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:261) at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:360) at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:604) at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:562) at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:679) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619) at java.lang.Thread.run(Thread.java:534)
>
>
> Julien Camozzi
> Project Leader - Software Engineer
> PDM Integration Department
> CIMPA
> www.cimpa.com
>
> Phone : +33 (0) 5 67 19 53 10
> Fax : +33 (0) 5 67 19 95 52
> E-mail : julien.camozzi@...
>
>
>
> This e-mail is intended only for the above addressee. It may contain
> privileged information. If you are not the addressee you must not copy,
> distribute, disclose or use any of the information in it. If you have
> received it in error please delete it and immediately notify the sender.
> Security Notice: all e-mail, sent to or from this address, may be
> accessed by someone other than the recipient, for system management and
> security reasons. This access is controlled under Regulation of
> Investigatory Powers Act 2000, Lawful Business Practises.
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_idv37&alloc_id865&opclick
> _______________________________________________
> struts-menu-user mailing list
> struts-menu-user@...
> https://lists.sourceforge.net/lists/listinfo/struts-menu-user
>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&opclick_______________________________________________
struts-menu-user mailing list
struts-menu-user@...
https://lists.sourceforge.net/lists/listinfo/struts-menu-user



This mail has originated outside your organization,
either from an external partner or the Global Internet.
Keep this in mind if you answer this message.


This e-mail is intended only for the above addressee. It may contain
privileged information. If you are not the addressee you must not copy,
distribute, disclose or use any of the information in it. If you have
received it in error please delete it and immediately notify the sender.
Security Notice: all e-mail, sent to or from this address, may be
accessed by someone other than the recipient, for system management and
security reasons. This access is controlled under Regulation of
Investigatory Powers Act 2000, Lawful Business Practises.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
struts-menu-user mailing list
struts-menu-user@...
https://lists.sourceforge.net/lists/listinfo/struts-menu-user

Re: The menu repository could not be found.

by Raúl Mascaró :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Everybody,

I'm Raúl Mascaró from Argentina. Seeking in the web I found this post about a problem with struts-menu.
I have the same problem now: The menu repository could not be found.

javax.servlet.jsp.JspException: The menu repository could not be found.
    at net.sf.navigator.taglib.UseMenuDisplayerTag.doStartTag(UseMenuDisplayerTag.java:140)
    at org.apache.jsp.pages.inicio_jsp._jspx_meth_menu_005fuseMenuDisplayer_005f0(inicio_jsp.java:375)
    at org.apache.jsp.pages.inicio_jsp._jspx_meth_c_005fif_005f1(inicio_jsp.java:345)
    at org.apache.jsp.pages.inicio_jsp._jspx_meth_html_005fhtml_005f0(inicio_jsp.java:164)
    at org.apache.jsp.pages.inicio_jsp._jspService(inicio_jsp.java:100)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
....etc.

I've added commons-lang.jar to the classpath but the exception is still thrown.

Could you help me please?

--
This message was sent on behalf of ramascaro@... at openSubscriber.com
http://www.opensubscriber.com/message/struts-menu-user@.../3060514.html

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
struts-menu-user mailing list
struts-menu-user@...
https://lists.sourceforge.net/lists/listinfo/struts-menu-user

Re: The menu repository could not be found.

by Matt Raible-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Can you verify that your menu-config.xml contains valid XML?

What dependencies are in your WEB-INF/lib?

Thanks,

Matt

On Mar 25, 2008, at 7:28 AM, ramascaro@... wrote:

> Hi Everybody,
>
> I'm Raúl Mascaró from Argentina. Seeking in the web I found this  
> post about a problem with struts-menu.
> I have the same problem now: The menu repository could not be found.
>
> javax.servlet.jsp.JspException: The menu repository could not be  
> found.
>     at net.sf.navigator.taglib.UseMenuDisplayerTag.doStartTag
> (UseMenuDisplayerTag.java:140)
>     at  
> org.apache.jsp.pages.inicio_jsp._jspx_meth_menu_005fuseMenuDisplayer_0
> 05f0(inicio_jsp.java:375)
>     at org.apache.jsp.pages.inicio_jsp._jspx_meth_c_005fif_005f1
> (inicio_jsp.java:345)
>     at  
> org.apache.jsp.pages.inicio_jsp._jspx_meth_html_005fhtml_005f0
> (inicio_jsp.java:164)
>     at org.apache.jsp.pages.inicio_jsp._jspService(inicio_jsp.java:
> 100)
>     at org.apache.jasper.runtime.HttpJspBase.service
> (HttpJspBase.java:70)
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>     at org.apache.jasper.servlet.JspServletWrapper.service
> (JspServletWrapper.java:393)
> ....etc.
>
> I've added commons-lang.jar to the classpath but the exception is  
> still thrown.
>
> Could you help me please?
>
> --
> This message was sent on behalf of ramascaro@... at  
> openSubscriber.com
> http://www.opensubscriber.com/message/struts-menu- 
> user@.../3060514.html
>
> ----------------------------------------------------------------------
> ---
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> struts-menu-user mailing list
> struts-menu-user@...
> https://lists.sourceforge.net/lists/listinfo/struts-menu-user


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
struts-menu-user mailing list
struts-menu-user@...
https://lists.sourceforge.net/lists/listinfo/struts-menu-user

Re: The menu repository could not be found.

by Raúl Mascaró :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
It's a valid xml.

The problem is in jsp:

        <menu:useMenuDisplayer
            name="Simple"
            bundle="org.apache.struts.action.MESSAGE">
                <menu:displayMenu
                    name="ingresarMenu"
                />
        </menu:useMenuDisplayer>

Dependencies:
  • jre 1.6 library jars
  • Apache Tomcat v6 jars
  • web app libraries:
antlr.jar
commons-beanutils.jar
commons-digester.jar
commons-fileupload.jar
commons-lang.jar (version 2.4)
commons-logging.jar
commons-validator.jar
jakarta-oro.jar
jstl.jar
standard-1.0.6.jar
standard.jar
struts-menu.jar
struts.jar




2008/3/25, Matt Raible <mraible@...>:
Can you verify that your menu-config.xml contains valid XML?

What dependencies are in your WEB-INF/lib?

Thanks,

Matt

On Mar 25, 2008, at 7:28 AM, ramascaro@... wrote:
> Hi Everybody,
>
> I'm Raúl Mascaró from Argentina. Seeking in the web I found this
> post about a problem with struts-menu.
> I have the same problem now: The menu repository could not be found.
>
> javax.servlet.jsp.JspException: The menu repository could not be
> found.
>     at net.sf.navigator.taglib.UseMenuDisplayerTag.doStartTag
> (UseMenuDisplayerTag.java:140)
>     at
> org.apache.jsp.pages.inicio_jsp._jspx_meth_menu_005fuseMenuDisplayer_0
> 05f0(inicio_jsp.java:375)
>     at org.apache.jsp.pages.inicio_jsp._jspx_meth_c_005fif_005f1
> (inicio_jsp.java:345)
>     at
> org.apache.jsp.pages.inicio_jsp._jspx_meth_html_005fhtml_005f0
> (inicio_jsp.java:164)
>     at org.apache.jsp.pages.inicio_jsp._jspService(inicio_jsp.java:
> 100)
>     at org.apache.jasper.runtime.HttpJspBase.service
> (HttpJspBase.java:70)
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>     at org.apache.jasper.servlet.JspServletWrapper.service
> (JspServletWrapper.java:393)
> ....etc.
>
> I've added commons-lang.jar to the classpath but the exception is
> still thrown.
>
> Could you help me please?
>
> --
> This message was sent on behalf of ramascaro@... at
> openSubscriber.com
> http://www.opensubscriber.com/message/struts-menu-
> user@.../3060514.html
>
> ----------------------------------------------------------------------
> ---
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> struts-menu-user mailing list
> struts-menu-user@...
> https://lists.sourceforge.net/lists/listinfo/struts-menu-user



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
struts-menu-user mailing list
struts-menu-user@...
https://lists.sourceforge.net/lists/listinfo/struts-menu-user
LightInTheBox - Buy quality products at wholesale price!