Re: [struts-menu] run struts-menu under tomcat 4.1

2006-11-13 Thread Matt Raible
Add the following in web.xml: /WEB-INF/struts-menu.tld /WEB-INF/struts-menu.tld On 11/13/06, Olga Gerchikov <[EMAIL PROTECTED]> wrote: > Thanks. Can you please clarify what you mean by 'and manually > register it in your web.xml.'? > > Thank again. > > On 11/12/06, Matt

Re: [struts-menu] run struts-menu under tomcat 4.1

2006-11-12 Thread Olga Gerchikov
Thanks. Can you please clarify what you mean by 'and manually register it in your web.xml.'? Thank again. On 11/12/06, Matt Raible <[EMAIL PROTECTED]> wrote: > If you look in struts-menu-2.4.2.jar!/META-INF/taglib.tld - you should > see that the value is set to this URI. If it's not working, you

Re: [struts-menu] run struts-menu under tomcat 4.1

2006-11-12 Thread Matt Raible
If you look in struts-menu-2.4.2.jar!/META-INF/taglib.tld - you should see that the value is set to this URI. If it's not working, you could move the .tld file to /WEB-INF/struts-menu.tld and manually register it in your web.xml. Matt On 11/12/06, Olga Gerchikov <[EMAIL PROTECTED]> wrote: > I am

Re: [struts-menu] run struts-menu under tomcat 4.1

2006-11-11 Thread Olga Gerchikov
I am getting this exception: But I don't know where this url comes from "http://struts-menu.sf.net/tag";, i search the whole project for this string, but not such string is found. I use this '<%@ taglib uri="http://struts-menu.sf.net/tag-el"; prefix="menu" %>' in my jsp, not 'http://struts-menu.s

Re: [struts-menu] run struts-menu under tomcat 4.1

2006-11-11 Thread Matt Raible
I tested Struts Menu 2.4.2 in 4.1.18 and 4.1.34 earlier this week and it worked fine for me. Have you changed anything with the default setup. Matt On 11/11/06, Olga Gerchikov <[EMAIL PROTECTED]> wrote: > HI, > > I am trying to run struts-menu under tomcat 4.1. I am using the > latest struts-me