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
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
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
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
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