Oh. You mean you're supposed to setup the web app correctly? Now it is :)
cc Mike Aizatsky wrote: > Christopher, > > Did you set up web application in IDEA properly? > > Best regards, > Mike Aizatsky. > ------------------------------ > JetBrains, Inc / IntelliJ Software > http://www.intellij.com > "Develop with pleasure!" > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > On > > Behalf Of Christopher Cobb > > Sent: Saturday, March 16, 2002 9:10 PM > > To: [EMAIL PROTECTED] > > Subject: [Eap-list] 611: Cannot resolve tag library > > > > I have a new little webapp which is compiling and working with > tomcat4. > > It > > consists of: > > > > tagapp/WEB-INF/tabtags.tld > > tagapp/WEB-INF/web.xml > > tagapp/WEB-INF/src/tabtags/TabsetTag.java > > tagapp/WEB-INF/src/tabtags/TabTag.java > > tagapp/index.jsp > > > > The first line of index.jsp is: > > > > <%@ taglib uri="tabtags" prefix="tt" %> > > > > 'tabtags' is in red and the message is "Cannot resolve tag library". > My > > web.xml contains: > > > > <taglib> > > <taglib-uri>tabtags</taglib-uri> > > <taglib-location>/WEB-INF/tabtags.tld</taglib-location> > > </taglib> > > > > My tabtags.tld contains: > > > > <uri>tabtags</uri> > > > > I can't figure out why IDEA is highlighting the uri in my taglib tag > in > > red. > > > > cc > > > > > > > > > > > > _______________________________________________ > > Eap-list mailing list > > [EMAIL PROTECTED] > > http://www.intellij.com/mailman/listinfo/eap-list > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
