Does the entries in web.xml work for you? If so, what app server are
you using?  Most modern app servers support reading the TLDs from JAR
files.

Matt

On 10/5/06, Adriano Anderson <[EMAIL PROTECTED]> wrote:
> JSP:
>
> <%@ taglib uri="/WEB-INF/struts-menu.tld" prefix="menu" %>
> <%@ taglib uri="/WEB-INF/struts-menu-el.tld" prefix="menu-el" %>
>
> web.xml
>
>   <taglib>
>     <taglib-uri>/WEB-INF/struts-menu.tld</taglib-uri>
>     <taglib-location>/WEB-INF/struts-menu.tld</taglib-location>
>   </taglib>
>
>     <taglib>
>     <taglib-uri>/WEB-INF/struts-menu-el.tld</taglib-uri>
>     <taglib-location>/WEB-INF/struts-menu-el.tld</taglib-location>
>   </taglib>
>
> And these files are in WEB-INF ...
>
>
> Before I tried
> <%@ taglib uri="http://struts-menu.sf.net/tag"; prefix="menu" %>
> <%@ taglib uri="http://struts-menu.sf.net/tag-el"; prefix="menu-el" %>
>
> as example but did not works. :-(
>
>
>
> >From: "Matt Raible" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED],struts-menu-devel@lists.sourceforge.net
> >To: struts-menu-devel@lists.sourceforge.net
> >Subject: Re: [struts-menu-devel] error in struts-menu
> >Date: Thu, 5 Oct 2006 17:15:12 -0600
> >
> >What are you using for your taglib declaration?
> >
> >Matt
> >
> >On 10/5/06, Adriano Anderson <[EMAIL PROTECTED]> wrote:
> > > Hello,
> > >
> > > I am trying to develop a application using struts-meu. I followed all
> >the
> > > steps but I have a error. Theses are my versions:
> > >
> > > Eclipse 3.2.0
> > > JDK e JRE: 1.5.0_08
> > > Struts: 1.3.5
> > > Struts-Menu: 2.4.1
> > > Tomcat 5.5.17
> > >
> > > So, when I finished the configuration, I get the following error in
> >eclipse:
> > > taglib directive for "menu" does not exist or TLD is not found.
> > >
> > > I've already tried everything all, but the error IN ECLIPSE persists and
> >the
> > > incredible thing is ... when I run in tomcat, the application works
> >fine.
> > > Could you help me, please?
> > >
> > > Adriano Anderson
> > >
> > >
> > >
> > >
> >-------------------------------------------------------------------------
> > > Take Surveys. Earn Cash. Influence the Future of IT
> > > Join SourceForge.net's Techsay panel and you'll get the chance to share
> >your
> > > opinions on IT & business topics through brief surveys -- and earn cash
> > >
> >http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > > _______________________________________________
> > > struts-menu-devel mailing list
> > > struts-menu-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/struts-menu-devel
> > >
> >
> >-------------------------------------------------------------------------
> >Take Surveys. Earn Cash. Influence the Future of IT
> >Join SourceForge.net's Techsay panel and you'll get the chance to share
> >your
> >opinions on IT & business topics through brief surveys -- and earn cash
> >http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> >_______________________________________________
> >struts-menu-devel mailing list
> >struts-menu-devel@lists.sourceforge.net
> >https://lists.sourceforge.net/lists/listinfo/struts-menu-devel
>
>
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
struts-menu-devel mailing list
struts-menu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/struts-menu-devel

Reply via email to