Are you using some plugin for Eclipse to run Tomcat w/in Eclipse?  If
so, which one are you using?  WTP? Sysdeo or MyEclipse?

Matt

On 10/5/06, Adriano Anderson <[EMAIL PROTECTED]> wrote:
> Hi,
> I am using tomcat 5.5.17. The problem is in eclipse envinroment. I got
> exactly the example and copy the structure for my test :
>
> <%@ include file="/common/header.jsp"%>
>
> <script type="text/javascript" src="./scripts/coolmenus3.js"></script>
> <script type="text/javascript" src="./scripts/coolmenu-config.js"></script>
>
> <menu:useMenuDisplayer name="CoolMenu"
> bundle="org.apache.struts.action.MESSAGE">
>     <menu:displayMenu name="ToDoListMenuFile"/>
>     <menu:displayMenu name="ToDoListMenuEdit"/>
>     <menu:displayMenu name="CaseDetailMenuCase"/>
> </menu:useMenuDisplayer>
>
> <%@ include file="/common/footer.jsp"%>
>
> taglib directive for "menu" does not exist or TLD is not found.
>
>
> >From: "Matt Raible" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: "Adriano Anderson" <[EMAIL PROTECTED]>
> >CC: struts-menu-devel@lists.sourceforge.net
> >Subject: Re: [struts-menu-devel] error in struts-menu
> >Date: Thu, 5 Oct 2006 17:24:19 -0600
> >
> >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